Skip to content

ENH missing decimal parameter in .to_latex and .to_html #12031

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
nbonnotte opened this issue Jan 13, 2016 · 1 comment
Closed

ENH missing decimal parameter in .to_latex and .to_html #12031

nbonnotte opened this issue Jan 13, 2016 · 1 comment
Labels
API Design Enhancement Output-Formatting __repr__ of pandas objects, to_string
Milestone

Comments

@nbonnotte
Copy link
Contributor

.to_csv has a decimal parameter to specify the decimal mark for floats since version 0.16

It would be nice to have the same thing in .to_latex and .to_html.

I'll work on a PR.

This issue is a spin-off of #7061, in which @TomAugspurger said:

There’s a possibility that we’ll be able to replace some of the to_latex code with a Jinja template, similar to the Style stuff. So don’t spend too much time on it :)

@jreback
Copy link
Contributor

jreback commented Jan 13, 2016

think we had 2 issues (#12030)

@jreback jreback added this to the Next Major Release milestone Jan 13, 2016
@jreback jreback changed the title ENH missing decimal parameter in .to_latex and .to_html ENH missing decimal parameter in .to_latex and .to_html Jan 13, 2016
@jreback jreback modified the milestones: 0.18.0, Next Major Release Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Enhancement Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants