You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P.S. At first i thought dropna=False will help to count NaN values, though it seems that fillna is needed. So i don't understand, why this parameter is needed at all. If entire column is NaN then we'll get KeyError: '__dummy__' anyway.
pandas: 0.17.1
The text was updated successfully, but these errors were encountered:
Specifying
dropna=False
drops column level names:P.S. At first i thought
dropna=False
will help to countNaN
values, though it seems thatfillna
is needed.So i don't understand, why this parameter is needed at all.If entire column isNaN
then we'll getKeyError: '__dummy__'
anyway.pandas: 0.17.1
The text was updated successfully, but these errors were encountered: