-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Trouble with NaNs: set_index().reset_index() corrupts data #3586
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
@cpbl What version are you using? I cannot reproduce this with git master. |
do this (make sure you have git installed, if not
|
@cpbl ah, yes. sorry. was skimming too fast and went straight to code. |
Thanks for the instructions (worked after install cython). Your git version fixes my reported problem. Inevitable(?) question from naive bug reporter: How long until my Ubuntu 13.04 and my RHEL 6.3 machines' auto updates have this resolved? |
ok great....0.11.1 (which will have this fix), will be out next week or 2 I know debian picks the newest version (in unstable usually) up pretty quickly, I think ubuntu is similar you can always install yourself in any event, download the tarball and install as root |
closed by #3587 |
In the following code, my data are corrupted by the sequence set_index().reset_index(). The value of "QC" is actually changed to 1 from NaN where it should be NaN.
Btw, for symmetry I added the ".reset_index()", but the data corruption is introduced by set_index.
This problem exists in both version '0.10.1' and '0.11.0'
The text was updated successfully, but these errors were encountered: