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
I don't have time to look at this today, but I'm guessing it has something to do with ix maybe caching something on the Series. The change to a float is a nice pointer, because it suggests that the column was astyped to float when it gained a missing value and never changed back. Or @jreback will come in and fix it in 30 seconds with his hands tied behind his back blind-folded. :)
The astyping is in theory possible but I don't do it for efficiency because otherwise you have a do a semi-expensive check anytime you do pretty much anything (its in there, just not the float -> int conversions).
These two codeblocks result in different dataframes:
and
pd.version = '0.12.0-922-gac1609e'
In the first case I also don't understand why the last column is changed to a float when I set an int.
The text was updated successfully, but these errors were encountered: