-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
multi-index display bug #12223
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
Labels
Milestone
Comments
Related to #10461. This is caused by
As a workaround, do not use numeric names. |
Dr-Irv
added a commit
to Dr-Irv/pandas
that referenced
this issue
Feb 22, 2017
4 tasks
Dr-Irv
added a commit
to Dr-Irv/pandas
that referenced
this issue
Feb 23, 2017
AnkurDedania
pushed a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
…n MultiIndex closes pandas-dev#12223 closes pandas-dev#15262 Author: Dr-Irv <[email protected]> Closes pandas-dev#15478 from Dr-Irv/Issue15262 and squashes the following commits: 15d8433 [Dr-Irv] Address jreback comments 10667a3 [Dr-Irv] Fix types for test 8935068 [Dr-Irv] resolve conflicts 385ca3e [Dr-Irv] BUG: GH pandas-dev#12223, GH pandas-dev#15262. Allow ints for names in MultiIndex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for great tool!
When printing a long DataFrame with multi-index which are result of set_index(..., append=True),
displaying index values look strange.
When DataFrames are short (in this case, 10 rows), there is no problem.
However, when DataFrames is long (in this case, 100 rows) and omitted middle-part on printing, some columns of index is not correct.
result of pd.show_versions() is as follows.
The text was updated successfully, but these errors were encountered: