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: int sparse series is converted to float if sliced #8292
Comments
|
Sparse < 0.13 didn't support anything except float64, so this is no surpise. Things always coerced to float before most operations. |
jreback
added API Design Sparse Bug Dtypes and removed API Design
labels
Sep 17, 2014
jreback
added this to the
0.16
milestone
Sep 17, 2014
jreback
modified the milestone: 0.16, 0.15.1
Oct 7, 2014
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 6, 2015
sinhrks
referenced
this issue
Jul 30, 2016
Merged
ENH: Sparse int64 and bool dtype support enhancement #13849
jreback
modified the milestone: 0.19.0, Next Major Release
Aug 18, 2016
jorisvandenbossche
closed this
in #13849
Aug 31, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
immerrr commentedSep 17, 2014
This looks weird: