Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.to_latex() produces an extra rule in some cases #7124
Comments
jreback
added Data IO Output-Formatting and removed Data IO
labels
May 14, 2014
jreback
added this to the
0.15.0
milestone
May 14, 2014
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 3, 2015
jorisvandenbossche
added IO LaTeX and removed Output-Formatting
labels
Aug 22, 2015
loicseguin
referenced
this issue
Sep 18, 2015
Closed
BUG: remove midrule in latex output with header=False #11140
jreback
modified the milestone: 0.17.1, Next Major Release
Oct 5, 2015
|
closed by #11140 |
jreback
closed this
Oct 9, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pzakielarz commentedMay 14, 2014
When a
DataFramewith column names is converted to latex, andheader=Falseis passed, the\midrulethat normally follows the headers should be removed.