Skip to content

DataFrame.to_latex() does not have LaTeX caption and label support #25436

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
jeschwar opened this issue Feb 25, 2019 · 0 comments · Fixed by #25437
Closed

DataFrame.to_latex() does not have LaTeX caption and label support #25436

jeschwar opened this issue Feb 25, 2019 · 0 comments · Fixed by #25437
Milestone

Comments

@jeschwar
Copy link
Contributor

xref PR25339

LaTeX captions and labels are not supported in longtable environments produced by DataFrame.to_latex(). Having this would mean further automation of workflow when writing LaTeX reports containing tables whose data resides in a dataframe.

DataFrame.to_latex() could also be enhanced to produce a nested table/tabular environment containing the caption and label provided by the user when longtable=False.

jeschwar added a commit to jeschwar/pandas that referenced this issue Feb 25, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Apr 12, 2019
…rn a string; writing to buffer occurs in write_result() (pandas-dev#25436)
jeschwar added a commit to jeschwar/pandas that referenced this issue Apr 12, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Apr 27, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue May 5, 2019
@jreback jreback added this to the Contributions Welcome milestone Jun 8, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jun 27, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jun 27, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jul 19, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jul 30, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jul 30, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Jul 30, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Aug 21, 2019
jeschwar added a commit to jeschwar/pandas that referenced this issue Aug 29, 2019
TomAugspurger pushed a commit that referenced this issue Sep 3, 2019
…() (#25437)

* ENH: added optional caption and label support to DataFrame.to_latex() (#25436)
@TomAugspurger TomAugspurger modified the milestones: Contributions Welcome, 1.0 Sep 3, 2019
proost pushed a commit to proost/pandas that referenced this issue Dec 19, 2019
…() (pandas-dev#25437)

* ENH: added optional caption and label support to DataFrame.to_latex() (pandas-dev#25436)
proost pushed a commit to proost/pandas that referenced this issue Dec 19, 2019
…() (pandas-dev#25437)

* ENH: added optional caption and label support to DataFrame.to_latex() (pandas-dev#25436)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants