-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pandas multiindex unstack fillna not working #40512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi @YuSeungHyun can you show us your pandas version by doing However I did manage to get this result in |
Sorry, I have a mistake. The issue version is |
Thanks for clarifying. I will close this for now. You can re-open if you find further issues. |
When we unstacking the multi-indexed pandas
dataframe
, the methodfillna
does not work.Here is an example.
Now we have
df
with someNaN
values.Then fillna to the unstacked
df
does not work.I raised this issue at stack overflow, and I suspect this is a bug.
I would appreciate to fix this problem.
Thanks,
The text was updated successfully, but these errors were encountered: