Last active
May 10, 2018 06:49
-
-
Save yehjames/8a646bdebe9187f37d9790c4efc7fce9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In [25]: 應該為 df['C'] = df['C'].fillna(df['C'].mode()[0])
Out[25]: df['C'][1] 的值應為 3.0 (眾數)