回答編集履歴

1

誤字の修正

2018/06/20 04:18

投稿

PythonGood
PythonGood

スコア13

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```python
2
2
 
3
- data.plot.bar(x='City',y='population')
3
+ data.plot.bar(x='City',y='Population')
4
4
 
5
5
  ```
6
6