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: shift() on Series of dtype bool makes dtype into object, so HDFStore won't append #4618
Comments
|
#4610 fixes this ; the backfilled arry doesn't downcast (to bool dtype) correctly another workaround is to do this:
|
jreback
referenced
this issue
Aug 21, 2013
Merged
CLN: refactor Series.reindex to core/generic #4610
|
closed by #4610 |
jreback
closed this
Aug 21, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bigtonylewis commentedAug 21, 2013
This can be worked around; for now I'm using 0.0 and 1.0. But this seems like an issue that could be improved.
My first issue submitted; I hope it's up to scratch