-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Set_index fills in some NaN #2850
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
jeff fixed this. |
Unfortunately, if you specify
Output
|
what version are u on? this should be fixed on >= 0.11 |
I'm on 0.12. It happens only with |
@Marigold I confirm what you saw in 0.12, however it's fixed in master:
I added in an additional test case for this. |
Confirm too. Thanks a lot. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this example when setting the index of a DataFrame to columns with NaN this values is filled:
I see this on
'0.10.1.dev-f73128e'
, apologies if this has been mentioned before.Note: This example is essentially from this SO question.
The text was updated successfully, but these errors were encountered: