Skip to content

ENH decimal parameter to to_latex and to_html, #12031 #12417

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
wants to merge 1 commit into from
Closed

ENH decimal parameter to to_latex and to_html, #12031 #12417

wants to merge 1 commit into from

Conversation

nbonnotte
Copy link
Contributor

I just pass on the decimal parameter. All the machinery was already in place.

@@ -0,0 +1,4 @@
Other API Changes
^^^^^^^^^^^^^^^^^

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is ok for 0.18.0

@jreback jreback added Output-Formatting __repr__ of pandas objects, to_string API Design IO CSV read_csv, to_csv Compat pandas objects compatability with Numpy or Python functions IO LaTeX to_latex labels Feb 22, 2016
@jreback jreback added this to the 0.18.0 milestone Feb 22, 2016
@nbonnotte nbonnotte changed the title ENH decimal parameter to to_latex and to_csv, #12031 ENH decimal parameter to to_latex and to_html, #12031 Feb 22, 2016
@@ -1515,7 +1515,8 @@ def to_html(self, buf=None, columns=None, col_space=None, colSpace=None,
max_cols : int, optional
Maximum number of columns to show before truncating. If None, show
all.

decimal : string, default '.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a versionaddedd tag

@nbonnotte
Copy link
Contributor Author

@jreback All set!

@jreback jreback closed this in 4650563 Feb 23, 2016
@jreback
Copy link
Contributor

jreback commented Feb 23, 2016

thanks @nbonnotte

@nbonnotte nbonnotte deleted the 12031-to-latex-missing-decimal branch February 23, 2016 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH missing decimal parameter in .to_latex and .to_html
2 participants