Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ENH missing decimal parameter in .to_latex and .to_html #12031
Comments
|
think we had 2 issues (#12030) |
jreback
added Enhancement Output-Formatting Difficulty Novice API Design Effort Low
labels
Jan 13, 2016
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
This was referenced Jan 13, 2016
nbonnotte
referenced
this issue
Feb 22, 2016
Closed
ENH decimal parameter to to_latex and to_html, #12031 #12417
jreback
modified the milestone: 0.18.0, Next Major Release
Feb 22, 2016
nbonnotte
pushed a commit
to nbonnotte/pandas
that referenced
this issue
Feb 23, 2016
|
|
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
nbonnotte commentedJan 13, 2016
.to_csvhas adecimalparameter to specify the decimal mark for floats since version 0.16It would be nice to have the same thing in
.to_latexand.to_html.I'll work on a PR.
This issue is a spin-off of #7061, in which @TomAugspurger said: