Skip to content

Update DataFrame.to_latex() to have more flexibility #3197

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

Closed
sglyon opened this issue Mar 28, 2013 · 1 comment
Closed

Update DataFrame.to_latex() to have more flexibility #3197

sglyon opened this issue Mar 28, 2013 · 1 comment

Comments

@sglyon
Copy link
Contributor

sglyon commented Mar 28, 2013

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
@juejung
Copy link

juejung commented May 27, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants