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

Closed
nbonnotte opened this Issue Jan 13, 2016 · 1 comment

Comments

Projects
None yet
2 participants
Contributor

nbonnotte commented Jan 13, 2016

.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 :)

Contributor

jreback commented Jan 13, 2016

think we had 2 issues (#12030)

jreback added this to the Next Major Release milestone Jan 13, 2016

jreback changed the title from ENH missing `decimal` parameter in `.to_latex` and `.to_html` to ENH missing decimal parameter in .to_latex and .to_html Jan 13, 2016

@jreback jreback modified the milestone: 0.18.0, Next Major Release Feb 22, 2016

@nbonnotte nbonnotte pushed a commit to nbonnotte/pandas that referenced this issue Feb 23, 2016

Nicolas Bonnotte ENH decimal parameter to to_latex and to_html, #12031
closes #12031
ea50fd2

jreback closed this in 4650563 Feb 23, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment