-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
to_latex with MI column and index names #8336
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
Bug
IO LaTeX
to_latex
MultiIndex
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
Closed
kotfic
added a commit
to kotfic/pandas
that referenced
this issue
Nov 11, 2014
This is a potential resolution to pandas-dev#8336 It borrows the same code flow from _get_formatted_index in pandas.core.format
kotfic
added a commit
to kotfic/pandas
that referenced
this issue
Mar 26, 2015
This is a potential resolution to pandas-dev#8336 It borrows the same code flow from _get_formatted_index in pandas.core.format
I also just stumbled upon this. And it does seem to be a regression, as it worked in 0.14:
and now in 0.16.0 the same gives:
|
I think this was fixed (in current git at least):
|
Yes, this was actually already fixed in 0.16.1: closed by #9908 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
IO LaTeX
to_latex
MultiIndex
Regression
Functionality that used to work in a prior pandas version
I introduced/uncovered a bug here with #8219.
If you pass in DataFrame with MI index and col names it doesn't output correctly (and never did). Should be able to fix pretty easily, since it's my fault am assigning myself!
The text was updated successfully, but these errors were encountered: