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
The simple library matrix2latex has a lot of functionality packed into a single function. I think capturing some of those features in the current DataFrame.to_latex() method would make to_latex() much more useful.
The flexibility I am talking about is being able to do these types of things:
pass in arbitrary environment names
specify the justification of each column (as well as vertical rules between them)
natural handling for latex symbols like \infty
insert captions and labels into the tabular environment
The text was updated successfully, but these errors were encountered:
The simple library
matrix2latex
has a lot of functionality packed into a single function. I think capturing some of those features in the currentDataFrame.to_latex()
method would maketo_latex()
much more useful.The flexibility I am talking about is being able to do these types of things:
\infty
The text was updated successfully, but these errors were encountered: