We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this great package! Being able to print DataFrames in LaTeX will be a huge blessing for academic researchers. Pandas has this feature: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_latex.html.
The text was updated successfully, but these errors were encountered:
Would a to_pandas().to_latex() suffice? I mean, the size of the table you want to render is likely very small right?
to_pandas().to_latex()
Sorry, something went wrong.
Polars now has a .style namespace, which defers to great-tables - to_latex is on their roadmap posit-dev/great-tables#178
.style
great-tables
to_latex
there's been no activity on this issue for ~1.5 years, so I'll take the liberty of closing in favour of their issue
FYI great-tables has now implemented to_latex (see issue above) 👍
No branches or pull requests
Problem description
Thanks for this great package! Being able to print DataFrames in LaTeX will be a huge blessing for academic researchers. Pandas has this feature:
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_latex.html.
The text was updated successfully, but these errors were encountered: