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: change dtype of Series from non-object to object inplace #3217
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedMar 29, 2013
see also #3216 , #3386
test in tests/test_series.py (test_update)
but cannot be fixed until Series is not longer a ndarray sub-class
as numpy cannot handle the float64 to object in-place dtype conversion
(which is why the sub-class issue comes up), if we have a single block
then can just swap out the block rather than attempting numpy magic here