Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
SparseSeries throws a ValueError exception when printing large arrays #13144
Comments
bryanwweber
commented
May 11, 2016
|
In Pandas 0.18.0, a different exception is thrown:
|
|
hmm, that seems odd. welcome for you to take a look! |
jreback
added this to the
0.18.2
milestone
May 11, 2016
|
cc @sinhrks |
|
Yeah currently indexing doesn't work well with |
sinhrks
referenced
this issue
May 12, 2016
Closed
BUG: Misc fixes for SparseSeries indexing with MI #13163
jreback
closed this
in 00d4ec3
May 13, 2016
nps
added a commit
to nps/pandas
that referenced
this issue
May 17, 2016
|
|
sinhrks + nps |
9d0a8f0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bryanwweber commentedMay 11, 2016
Code Sample, a copy-pastable example if possible
Expected Output
The expected output is that both cases print the SparseSeries. However, only the second case is printed properly. The first case throws the following exception:
output of
pd.show_versions()