-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
ENH: added optional caption and label arguments to DataFrame.to_latex() #25437
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
Merged
TomAugspurger
merged 27 commits into
pandas-dev:master
from
jeschwar:tolatex_caption_label
Sep 3, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8982b90
ENH: added optional caption and label support to DataFrame.to_latex()…
jeschwar 2ce8c67
PEP8 compliance for ENH #25436
jeschwar 0e9d6c7
added versionadded lines in NDFrame.to_latex() docstring (#25436)
jeschwar 4e615d2
removed UserWarning when only caption is passed to NDFrame.to_latex()…
jeschwar 911a491
moved code for table beginning and end writing into functions (#25436)
jeschwar 1a19e3a
Merge remote-tracking branch 'upstream/master' into tolatex_caption_l…
jeschwar 59e7f04
removed use of pytest fixture 'frame' which was not doing anything (#…
jeschwar 3e9cf63
LatexFormatter methods for creating begin/end latex environments retu…
jeschwar 5e31aa5
revised docstring for NDFrame.to_latex() (#25436)
jeschwar 86b3d31
added whatsnew entry (#25436)
jeschwar 3994a65
revised docstrings to follow numpydoc format (#25436)
jeschwar 961aed3
merge master (#25436)
jeschwar 3eb433b
reverted to methodology of commit 911a491 (#25436)
jeschwar a7df686
added Parameters to docstrings in pandas/io/formats/latex.py (#25436)
jeschwar 4969d3b
changed location of LatexFormatter._write_tabular_end() in source cod…
jeschwar 1f4ef45
negated logic used in if-statements in LatexFormatter._write_*() meth…
jeschwar b9640de
revised docstring for NDFrame.to_latex() (#25436)
jeschwar 7bdc15f
merge master (#25436)
jeschwar 4a1cd9d
removed entry from whatsnew/v0.25.0.rst (#25436)
jeschwar b6a52aa
revised version numbers in rst directives to 0.26.0 (#25436)
jeschwar 3d45fe5
created whatsnew/v0.26.0.rst and added entry (#25436)
jeschwar bf34040
moved whatsnew entry from v0.26.0.rst to v1.0.0.rst (#25436)
jeschwar 6c8bf33
ran black on latex.py and test_to_latex.py (#25436)
jeschwar 6366cfa
merge master (#25436)
jeschwar 6da6760
corrected version number in NDFrame.to_latex() docstring (#25436)
jeschwar b97b083
Merge remote-tracking branch 'upstream/master' into tolatex_caption_l…
TomAugspurger 2c0f993
fix docstring
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.