-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SparseSeries throws a ValueError exception when printing large arrays #13144
Labels
Milestone
Comments
In Pandas 0.18.0, a different exception is thrown:
|
hmm, that seems odd. welcome for you to take a look! |
jreback
added
Bug
Output-Formatting
__repr__ of pandas objects, to_string
Sparse
Sparse Data Type
Difficulty Intermediate
labels
May 11, 2016
cc @sinhrks |
Yeah currently indexing doesn't work well with |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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()
The text was updated successfully, but these errors were encountered: