Skip to content
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

REF: DataFrame.to_latex directs to Styler.to_latex #41648

Closed
wants to merge 121 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
121 commits
Select commit Hold shift + click to select a range
c586522
add future warning
attack68 May 24, 2021
74d7ff2
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 May 26, 2021
ece5987
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 May 29, 2021
4a9b076
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Jun 1, 2021
5a97aad
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Jun 15, 2021
edd91ec
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Jun 20, 2021
8821026
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Jun 29, 2021
e03e014
build format_index mechanics
attack68 Aug 16, 2021
bb9b5b2
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Aug 17, 2021
fb86279
test index formatter display_value, and clearing
attack68 Aug 17, 2021
846e5a2
prelim doc string
attack68 Aug 17, 2021
9e995e1
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Aug 18, 2021
7e9400a
format_index docs
attack68 Aug 18, 2021
9c63ab8
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Aug 19, 2021
87a6c88
refactor for perf
attack68 Aug 19, 2021
9c969ad
add test
attack68 Aug 20, 2021
26f3906
add tests: escape
attack68 Aug 21, 2021
ec40418
add tests: escape na_rep
attack68 Aug 21, 2021
0de5397
add tests: raises
attack68 Aug 21, 2021
6fe8285
test decimal and thousands
attack68 Aug 21, 2021
6b61e31
test precision
attack68 Aug 21, 2021
6eaa933
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Aug 30, 2021
666e460
whats new
attack68 Aug 30, 2021
49bb731
level tests
attack68 Aug 30, 2021
044cd05
user guide
attack68 Aug 30, 2021
8fc497d
typing fix
attack68 Aug 31, 2021
8fb9519
user guide refactor
attack68 Aug 31, 2021
d039105
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 1, 2021
df7548c
input to axis
attack68 Sep 1, 2021
6523f48
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 1, 2021
5091d49
reformating
attack68 Sep 1, 2021
c686adb
add and document arg changes
attack68 Sep 1, 2021
0df2aaf
add and document arg changes
attack68 Sep 1, 2021
6accdfa
test changes
attack68 Sep 1, 2021
3448a9a
test changes
attack68 Sep 1, 2021
ef235e5
refactor to account for precision=0
attack68 Sep 1, 2021
d06128f
refactor to account for precision=0
attack68 Sep 1, 2021
e6b2eef
edits tests to pass
attack68 Sep 1, 2021
5fb997d
edits tests to pass
attack68 Sep 1, 2021
0d91aff
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 2, 2021
e36f198
fix tests
attack68 Sep 2, 2021
4fd6e68
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 2, 2021
5be0006
Merge branch 'styler_format_index' into depr_df_to_latex
attack68 Sep 2, 2021
c966942
fix tests
attack68 Sep 2, 2021
f6ceadb
fix tests
attack68 Sep 2, 2021
949e39d
fix tests
attack68 Sep 2, 2021
a721d6e
fix tests
attack68 Sep 2, 2021
9ec466b
fix tests
attack68 Sep 2, 2021
5652a58
fix tests
attack68 Sep 2, 2021
e7338ab
fix tests
attack68 Sep 2, 2021
1842e18
fix tests
attack68 Sep 2, 2021
120a121
fix tests
attack68 Sep 2, 2021
27a928e
fix tests
attack68 Sep 2, 2021
d7779b6
multirow naive implementation
attack68 Sep 2, 2021
11ac603
multirow naive implementation
attack68 Sep 2, 2021
7920037
multirow naive implementation
attack68 Sep 3, 2021
f74c1a5
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 3, 2021
eee3cd1
remove validation capture
attack68 Sep 3, 2021
0c624a1
Merge branch 'latex_multicol_naive' into depr_df_to_latex
attack68 Sep 3, 2021
5c170fd
Merge branch 'latex_multirow_naive' into depr_df_to_latex
attack68 Sep 3, 2021
0c55981
fix tests
attack68 Sep 3, 2021
241a896
fix tests
attack68 Sep 3, 2021
ad844a9
fix tests
attack68 Sep 3, 2021
8cba047
fix tests
attack68 Sep 3, 2021
7f314a0
fix tests
attack68 Sep 3, 2021
49c929d
fix tests
attack68 Sep 3, 2021
7912127
fix tests
attack68 Sep 3, 2021
6ea94bf
fix tests
attack68 Sep 3, 2021
c4bf504
fix tests
attack68 Sep 3, 2021
1b33ec5
fix tests
attack68 Sep 3, 2021
f7da49e
fix tests
attack68 Sep 3, 2021
2a1b9c2
remove test: caption validation
attack68 Sep 4, 2021
30832ae
siunitx changes: render {} only when needed.
attack68 Sep 4, 2021
13dd5c8
Merge branch 'styler_siunitx_headers_parse' into depr_df_to_latex
attack68 Sep 4, 2021
e07f6d0
revert braces in tests
attack68 Sep 4, 2021
c7396bb
revert braces in tests
attack68 Sep 4, 2021
a191b3d
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 4, 2021
121062f
Merge remote-tracking branch 'upstream/master' into latex_multirow_naive
attack68 Sep 4, 2021
8ea7b0c
Merge remote-tracking branch 'upstream/master' into latex_multicol_naive
attack68 Sep 4, 2021
b87ef09
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 4, 2021
c161df3
fix tests
attack68 Sep 4, 2021
b1d8a27
amend tests for siunitx
attack68 Sep 4, 2021
7e9cc49
Merge branch 'latex_multirow_naive' into depr_df_to_latex
attack68 Sep 4, 2021
2998507
Merge branch 'latex_multicol_naive' into depr_df_to_latex
attack68 Sep 4, 2021
8ac31d6
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 5, 2021
08223d7
fix tests
attack68 Sep 5, 2021
1d038c9
warn deprecated args
attack68 Sep 5, 2021
3ee4012
add note to docstring
attack68 Sep 5, 2021
8b40beb
mypy fixes
attack68 Sep 5, 2021
02f4b16
arg changes
attack68 Sep 5, 2021
9a7a8e4
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 5, 2021
ecd01dd
fix recent merged tests
attack68 Sep 5, 2021
63e18e2
fix recent merged tests
attack68 Sep 5, 2021
a21590b
refactor to_latex
attack68 Sep 5, 2021
13906fe
refactor to_latex encoding
attack68 Sep 5, 2021
b7431be
reorder-args
attack68 Sep 5, 2021
9cd0033
fix escape
attack68 Sep 5, 2021
910bbae
fix docstring tests
attack68 Sep 5, 2021
0b81918
fix docstring tests
attack68 Sep 5, 2021
54b98b7
add jinja2 hard dep
attack68 Sep 5, 2021
0f0eb84
edit docs
attack68 Sep 5, 2021
4c4ba6d
edit docs
attack68 Sep 5, 2021
6ff376d
Merge branch 'jinja2_hard_dependency' into depr_df_to_latex
attack68 Sep 5, 2021
fabddd0
fix tests by avoiding numpy ambiguous
attack68 Sep 6, 2021
bfb74c2
mypy fix
attack68 Sep 6, 2021
37b7112
fix repr tests
attack68 Sep 6, 2021
1bfbe1b
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 6, 2021
d81fd18
fix repr tests
attack68 Sep 6, 2021
9389426
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 7, 2021
1a32d17
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 7, 2021
afa6da3
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 8, 2021
eca71a9
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 8, 2021
b112ac5
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 8, 2021
7e6bf97
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 8, 2021
06ce6bf
add to style.rst
attack68 Sep 8, 2021
b8c225a
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 8, 2021
9562b3d
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 9, 2021
4aa58e8
Merge remote-tracking branch 'upstream/master' into styler_format_index
attack68 Sep 9, 2021
a35f4e6
Merge branch 'styler_format_index' into depr_df_to_latex
attack68 Sep 9, 2021
249022a
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 15, 2021
ed399e7
Merge remote-tracking branch 'upstream/master' into depr_df_to_latex
attack68 Sep 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/deps/actions-38-db-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- numpy<1.20 # GH#39541 compat for pyarrow<3
- python-dateutil
- pytz
- jinja2

# optional
- beautifulsoup4
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-38-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- gcsfs>=0.6.0
- geopandas
- html5lib
- jinja2
- matplotlib
- moto>=1.3.14
- flask
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-38-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ dependencies:
- xlsxwriter=1.2.2
- xlwt=1.3.0
- html5lib=1.1
- jinja2
1 change: 1 addition & 0 deletions ci/deps/actions-38-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ dependencies:
- moto
- flask
- numba
- jinja2
1 change: 1 addition & 0 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dependencies:
- nomkl
- pytz
- tabulate==0.8.7
- jinja2
1 change: 1 addition & 0 deletions ci/deps/actions-39-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
# pandas dependencies
- python-dateutil
- pytz
- jinja2
- pip
- pip:
- cython==0.29.21 # GH#34014
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Package Minimum support
`NumPy <https://numpy.org>`__ 1.18.5
`python-dateutil <https://dateutil.readthedocs.io/en/stable/>`__ 2.8.1
`pytz <https://pypi.org/project/pytz/>`__ 2020.1
`Jinja2 <https://jinja.pocoo.org>`__ 2.11
================================================================ ==========================

.. _install.recommended_dependencies:
Expand Down Expand Up @@ -266,7 +267,6 @@ Visualization
Dependency Minimum Version Notes
========================= ================== =============================================================
matplotlib 3.3.2 Plotting library
Jinja2 2.11 Conditional formatting with DataFrame.style
tabulate 0.8.7 Printing in Markdown-friendly format (see `tabulate`_)
========================= ================== =============================================================

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- python=3.8
- python-dateutil>=2.8.1
- pytz
- jinja2 # pandas.Styler (DataFrame.to_html / to_latex)

# benchmarks
- asv
Expand Down Expand Up @@ -79,7 +80,6 @@ dependencies:
- bottleneck>=1.3.1
- ipykernel
- ipython>=7.11.1
- jinja2 # pandas.Styler
- matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.7.1
- scipy>=1.4.1
Expand Down
Loading