Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: changing series dtype inplace #4463
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 |
jreback commentedAug 5, 2013
All of the following current fail because of in-place dtype conversions