Skip to content

TST: Fix doctests in style.py #42783

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
merged 22 commits into from
Jul 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
58519d0
TST: Fix doctests for pandas.io.formats.style
Leonardofreua Jul 28, 2021
bb7c3b2
TST: Add link to redirect to Table Visualization user guide
Leonardofreua Jul 28, 2021
fa5a615
TST: Add image to pipe function result
Leonardofreua Jul 28, 2021
378c1f7
TST: Remove unnecessary outputs
Leonardofreua Jul 30, 2021
9dc52e4
TST: Add the output to the Styler.format doctest in to_latex()
Leonardofreua Jul 30, 2021
63535ce
REG: DataFrame.agg where func returns lists and axis=1 (#42762)
rhshadrach Jul 28, 2021
9d72fe0
Fix typing issues for CI (#42770)
Dr-Irv Jul 28, 2021
5ba05f5
BUG: groupby.shift returns different columns when fill_value is speci…
smithto1 Jul 28, 2021
994ff25
PERF: extract_array earlier in DataFrame construction (#42774)
jbrockmendel Jul 28, 2021
6a70067
ENH: `sparse_columns` and `sparse_index` added to `Styler.to_html` (…
attack68 Jul 28, 2021
26e2cd9
TYP: Fix typing for searchsorted (#42788)
rhshadrach Jul 29, 2021
05e0c24
DOC GH42756 Update documentation for pandas.DataFrame.drop to clarify…
Jul 29, 2021
a5d951e
CI: Fix doctests (#42790)
rhshadrach Jul 29, 2021
ebaa9c1
REGR: nanosecond timestamp comparisons to OOB datetimes (#42796)
mzeitlin11 Jul 29, 2021
84f3302
COMPAT: MPL 3.4.0 (#42803)
lithomas1 Jul 29, 2021
76162a4
Delete duplicates and unused code from reshape tests (#42802)
phofl Jul 30, 2021
2c21525
REGR: ValueError raised when both prefix and names are set to None (#…
lithomas1 Jul 30, 2021
13100d8
TST: Add style.py to the doctest check
Leonardofreua Jul 30, 2021
adc540f
TST: fixed eng_formatter doctest for #42671 (#42705)
KrishnaSai2020 Jul 30, 2021
9a35c94
Merge branch 'master' into fix-style-doctests
Leonardofreua Jul 30, 2021
4654dfc
TST: Revert x and y position in some doctests
Leonardofreua Jul 30, 2021
4fe1bea
Merge branch 'fix-style-doctests' of https://github.com/Leonardofreua…
Leonardofreua Jul 30, 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/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
pandas/io/sas/ \
pandas/io/sql.py \
pandas/io/formats/format.py \
pandas/io/formats/style.py \
pandas/tseries/
RET=$(($RET + $?)) ; echo $MSG "DONE"

Expand Down
Binary file added doc/source/_static/style/df_pipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading