You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling to_latex on this DataFrame returns strings like a\textbackslashb\textbackslashc, what obviously is an error for LaTeX. Expected and correct is a\textbackslash b\textbackslash c.
Tried with current master 0.23.0.dev0+808.gd92d76e.dirty as well as with release 0.22.0.
Using escape=False returns a\b\c what is also an error for LaTeX (but expected).
So there is no way currently to get valid LaTeX code from a DataFrame like this.
The text was updated successfully, but these errors were encountered:
retkowski
added a commit
to retkowski/pandas
that referenced
this issue
Apr 29, 2018
Uh oh!
There was an error while loading. Please reload this page.
Assume a
DataFrame
df
that looks like this:Calling
to_latex
on thisDataFrame
returns strings likea\textbackslashb\textbackslashc
, what obviously is an error for LaTeX. Expected and correct isa\textbackslash b\textbackslash c
.Tried with current master
0.23.0.dev0+808.gd92d76e.dirty
as well as with release0.22.0
.Using
escape=False
returnsa\b\c
what is also an error for LaTeX (but expected).So there is no way currently to get valid LaTeX code from a DataFrame like this.
The text was updated successfully, but these errors were encountered: