-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: changing series dtype inplace #4463
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
will be resolved in #3482 |
dupish: #4204 (but not quite). cough not 4463 cough! |
@hayd you did a cycle reference! (its the same issue) |
can't garbage collect it now......:) |
Think it makes sense to mention here the bools thing here too from #4170.
not sure if should upcast to object (or float). |
@jreback |
hah! yes....basically the same issue (which is fixed in 3482, but will add this test as well)..thanks |
thanks....actually did have a tniy bug (because numpy sucks!), here's a doozy:
Here's some examples of it working (2nd one is interesting)
|
Ha! ...good ol' numpy. I think upcasting to float is the right call at the moment (although I am a fan of object dtype ;) ), like wes mentioned at some point we should think of a better NaN solution... :s |
closed by #3482 |
All of the following current fail because of in-place dtype conversions
The text was updated successfully, but these errors were encountered: