Skip to content

ENH: Add Series.to_latex() and _repr_latex_ #16180

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
TomAugspurger opened this issue Apr 30, 2017 · 3 comments · Fixed by #16465
Closed

ENH: Add Series.to_latex() and _repr_latex_ #16180

TomAugspurger opened this issue Apr 30, 2017 · 3 comments · Fixed by #16465
Milestone

Comments

@TomAugspurger
Copy link
Contributor

Could be as simple as as self.to_frame().to_latex(...). Or could move it to generic.py

This will help clean up logic in NDFrame._ipython_display_.

@sleepdeprivation
Copy link

Here I am again to try contributing.

Is this done or does work need to be done here?

@TomAugspurger
Copy link
Contributor Author

That's be great. The issue is open, and not one else has said they want to work on it, so go right ahead.

Let us know if you have any troubles.

@jreback jreback modified the milestones: 0.20.1, 0.20.2 May 5, 2017
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.21.0, 0.20.2 May 17, 2017
@bsweger
Copy link
Contributor

bsweger commented May 22, 2017

@TomAugspurger I'll take a stab at this one during PyCon sprints. Thanks!

bsweger pushed a commit to bsweger/pandas that referenced this issue May 23, 2017
This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.
bsweger pushed a commit to bsweger/pandas that referenced this issue May 23, 2017
This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.
bsweger pushed a commit to bsweger/pandas that referenced this issue May 23, 2017
This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.
TomAugspurger pushed a commit that referenced this issue May 26, 2017
* ENH: Add to_latex() method to Series (#16180)

This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.

* Add Series to_latex test

* Move _repr_latex_ to NDFrame

Streamline things a bit by moving _repr_latex_ methods out of
the Series and DataFrame classes

* DOC: Added versionchanged
TomAugspurger pushed a commit to TomAugspurger/pandas that referenced this issue May 29, 2017
…6465)

* ENH: Add to_latex() method to Series (pandas-dev#16180)

This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.

* Add Series to_latex test

* Move _repr_latex_ to NDFrame

Streamline things a bit by moving _repr_latex_ methods out of
the Series and DataFrame classes

* DOC: Added versionchanged

(cherry picked from commit 6a6227d)
TomAugspurger pushed a commit that referenced this issue May 30, 2017
* ENH: Add to_latex() method to Series (#16180)

This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.

* Add Series to_latex test

* Move _repr_latex_ to NDFrame

Streamline things a bit by moving _repr_latex_ methods out of
the Series and DataFrame classes

* DOC: Added versionchanged

(cherry picked from commit 6a6227d)
stangirala pushed a commit to stangirala/pandas that referenced this issue Jun 11, 2017
…6465)

* ENH: Add to_latex() method to Series (pandas-dev#16180)

This changeset adds _repr_latex_ to the Series class and moves
the to_latex() method from the DataFrame class to the NDFrame
class.

* Add Series to_latex test

* Move _repr_latex_ to NDFrame

Streamline things a bit by moving _repr_latex_ methods out of
the Series and DataFrame classes

* DOC: Added versionchanged
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.

5 participants