質問編集履歴
1
コードに間違いがった
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
度数分布表の正しいコードを
|
1
|
+
度数分布表の正しいコードをわかりません
|
test
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
|
5
5
|
mport pandas as pd
|
6
6
|
|
7
|
-
d
|
7
|
+
df=pd.read_csv('https://raw.githubusercontent.com/freeCodeCamp/2017-new-coder-survey/master/clean-data/2017-fCC-New-Coders-Survey-Data.csv')
|
8
|
-
|
9
|
-
df = pd.read_csv('2017-fCC-New-Coders-Survey-Data.csv')
|
10
8
|
|
11
9
|
freq_table=df['JobRoleInterest'].value_counts().reset_index().reset_index(drop=True)
|
12
10
|
|