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: SparseSeries/DataFrame non-float dtypes repr #13110
Comments
sinhrks
added Bug Output-Formatting Sparse
labels
May 7, 2016
sinhrks
added this to the
0.18.2
milestone
May 7, 2016
This was referenced May 7, 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
sinhrks commentedMay 7, 2016
•
edited
Currently sparse don't actually support dtype other than
float. These must be fixed with #667Code Sample, a copy-pastable example if possible
1. bool dtype with
fill_valueraisesIndexError2. truncated/DataFrame output coerces to float
output of
pd.show_versions()on current master