Skip to content

Support for HTML class'es on DataFrame.to_html(). #1735

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

Merged
merged 5 commits into from
Aug 13, 2012
Merged

Conversation

blais
Copy link
Contributor

@blais blais commented Aug 5, 2012

I really like to use sorttable.js and dragtable.js.
I need to be able to customize the HTML classes.
I also added a default class, so that people can use css on all Pandas generated tables by default.
Default class is "dataframe"

@blais
Copy link
Contributor Author

blais commented Aug 5, 2012

I've also added support for formatting the index using the optional formatters argument.

@blais
Copy link
Contributor Author

blais commented Aug 5, 2012

I included to_latex() support.
I've really, really basic for now, but it works.
We can refine it later if some people want options. I pass the kw options through, so that'll be easy.

@wesm wesm merged commit bfee97f into pandas-dev:master Aug 13, 2012
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

Successfully merging this pull request may close these issues.

2 participants