-
-
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
to_latex bug for midrule location #18326
Comments
@rdturnermtl : Thanks for reporting this! Definitely a bug no doubt. Investigation and PR are welcome! |
7 tasks
tomneep
added a commit
to tomneep/pandas
that referenced
this issue
Apr 24, 2018
toobaz
pushed a commit
that referenced
this issue
Apr 25, 2018
The bug is still around with pandas 1.0.3:
Must I open a new issue? |
Still seems to be a bug in 1.3.5, I was able to fix it by resetting the index (with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a lot of other posts (e.g. #14484 #16718 #17959 etc) with bugs in the to_latex() function so this might have a common source.
The midrule location is wrong when the index has a name but index_names=False. This bug shows up even in simple dataframes without multi-indexing like the other bugs open at the moment:
gives
It should be
Also, the width of {} is ignored for the space padding in the index column, which is a bit annoying.
This is from:
Python 2.7.13
numpy==1.13.1
pandas==0.20.3
The text was updated successfully, but these errors were encountered: