-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG-22984 Fix truncation of DataFrame representations #22987
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
Changes from 1 commit
Commits
Show all changes
124 commits
Select commit
Hold shift + click to select a range
eb4a239
BUG-22984 Fix truncation of DataFrame representations
JustinZhengBC 8e82c82
BUG-22984 Fix flake8 issues
JustinZhengBC 448153d
BUG-22984 Fix whatsnew and add test
JustinZhengBC 244b295
BUG-22984 Fix whatsnew and add test
JustinZhengBC aa867b0
BUG-22984 Fix linting issue
JustinZhengBC 34b464f
DOC: Updating the docstring of Series.dot (#22890)
HubertKl 4629504
Fixing flake8 problems new to flake8 3.6.0 (#23472)
datapythonista 696e8c7
strictness and checks for Timedelta _simple_new (#23433)
jbrockmendel 3faf1a9
REF: cython cleanup, typing, optimizations (#23464)
jbrockmendel 126edd9
ENH: Add FrozenList.union and .difference (#23394)
gfyoung da08eeb
BUG: Allow freq conversion from dt64 to period (#23460)
TomAugspurger 29239ad
add number of Errors, Warnings to scripts/validate_docstrings.py (#23…
hongshaoyang 90be7b3
DOC: Add cookbook entry for triangular correlation matrix (GH22840) (…
de
8000
fff22
CLN: doc string (#23469)
topper-123 7aed9e6
STYLE: Standardize cython spacing for casting, with linting (#23474)
jbrockmendel f1768c7
DOC: Adding documentation for pandas.core.indexes.api internal functi…
547c240
DOC: Clarify documentation of 'ambiguous' parameter (#23408)
bartaelterman cb51a02
DOC: Validate in docstrings that numpy and pandas are not imported (#…
thoo ae938fd
DOC: Updated docstrings related to DateTimeIndex. GH22459 (#22504)
eldritchideen 8c29ede
DOC: Rephrased doc for Series.asof. Added examples (#21034)
dragosthealex b0c4156
TST: drop tz-aware timestamp from DatetimIndex with DST transition (#…
mroeschke 23fae32
DOC: update the pandas.Series.shift docstring (#20472)
ZackStone 1f4bad5
Isort contributing guide (#23364)
alimcmaster1 e938ed4
API: fix corner case of lib.infer_dtype (#23422)
h-vetinari 39a2e0a
DOC: Use flake8 to check for PEP8 violations in doctests (#23399)
FHaase 1b00ec5
TST: Empty Series.reindex with tz-aware dtype (#23480)
mroeschke 0d0b561
DOC: Fix creation of [source] links in the doc creation (#23129)
vkk800 6202eb0
DOC: Remove dead link and update links to https (#23476)
mroeschke 58dc180
DOC: Fix DataFrame.nlargest and DataFrame.nsmallest doctests (#23202)
Moisan 55e2f3d
DOC: Fix syntax error in groupby docs (#23498)
gfyoung 5e09698
Run Isort on tests-> util,sereis,arrays (#23501)
thoo ed46d6d
TST: Add test of assignment chaining and dupe cols (#23487)
gfyoung c3f6b8b
BUG: Avoid casting to double type unnecessarily when setting values i…
icexelloss 9a77c2f
Bumping up min version for pyarrow and fastparquet (#23482)
anjsudh feede99
CI: Fixed pytest minversion (#23520)
TomAugspurger 32c22d4
CI: Exclude asv benchmark envs from flake8 checks (#23497)
qwhelan b34cfff
Extraneous parts broken off from other PRS (#23518)
jbrockmendel 53dad83
Fixing typo in cython casting lint, and making it azure friendly (#23…
datapythonista 510ba4e
CI: Unpin NumPy (#23465)
TomAugspurger 6a88f0e
TST: Add test for mangling of unnamed columns (#23485)
gfyoung 37dd36f
PERF: cython optimizations (#23477)
jbrockmendel 2b626d5
BUG: Cleanup timedelta offset (#23439)
sinhrks 9436e21
API: change default for sep in str.cat (in docstring) (#23443)
h-vetinari 1071c28
BUG: fix df.where(cond) when cond is empty (#21947)
pajachiet 079f632
BUG: Fix of handle missing CSV MI column names (#23484)
gfyoung 013315a
BUG GH23451 Allow setting date in string index for Series (#23495)
JustinZhengBC 662759a
BUG: fix groupby.transform rename bug (#23461) (#23463)
DiegoAlbertoTorres 6efd331
BUG: GroupBy return EA dtype (#23318)
5hirish 1da1d63
BUG - pd.concat with all Series on axis=1 ignores the `names` argumen…
ms7463 2acb22c
BUG: names on union and intersection for Index were inconsistent (#19…
Dr-Irv 898c2a2
DOC/TST: Fix warning in concat docstring (#23529)
TomAugspurger fa8e130
CI: Moving CI dependencies to "ci/deps" (#23526)
datapythonista 278124e
Fix+test timedelta64(nat) ops (#23425)
jbrockmendel 863e628
CLN: Isort io and compat dirs (#23534)
alimcmaster1 5244647
CI: Fail Azure CI for failing tests (#23454)
8000
alimcmaster1 c611272
Make validate_docstrings.py ready for the CI (#23514)
datapythonista 4d4b583
Fixing bug in validate_docstrings.py, where a bracket closed in the w…
datapythonista 8c280ca
BUG: Timestamp retains frequency of input Timestamps (#23503)
mroeschke 574a03a
BUG: DatetimeIndex slicing with boolean Index raises TypeError (#22852)
sinhrks 73cc01b
BUG: Return KeyError for invalid string key (#23540)
toobaz 43b135f
TST: coverage for skipped tests in io/formats/test_to_html.py (#22888)
simonjayhawkins 31eee47
DOC: Updating DataFrame.join docstring (#23471)
datapythonista 737cb7d
ENH: Support EAs in Series.unstack (#23284)
TomAugspurger 13f41ae
BUG: Fix error message for invalid HTML flavor (#23550)
gfyoung 6d4178a
remove uses of (ts)?lib.(NaT|iNaT|Timestamp) (#23562)
jbrockmendel 66a95bc
BUG: raise if invalid freq is passed (#23546)
toobaz 3bb2f75
TST: Fix dtype mismatch on 32bit in IntervalTree get_indexer test (#2…
jschendel af33308
Preserve EA dtype in DataFrame.stack (#23285)
TomAugspurger cf5e385
CI: Auto-cancel redundant builds (#23523)
TomAugspurger 7c0b5d0
ENH: Support writing timestamps with timezones with to_sql (#22654)
mroeschke db58d3d
DOC: Added note about groupby excluding Decimal columns by default (#…
b62634f
Fixes to make validate_docstrings.py not generate warnings or unwante…
datapythonista 2c193a0
Update description of Index._values/values/ndarray_values (#23507)
jorisvandenbossche 6244f35
TST: Tests and Helpers for Datetime/Period Arrays (#23502)
jbrockmendel 03d632c
PERF: define is_all_dates to shortcut inadvertent copy when slicing a…
qwhelan 01ffb03
PERF: Speeds up creation of Period, PeriodArray, with Offset freq (#2…
TomAugspurger 56b8024
DOC/CI: Add linting to rst files, and fix issues (#23381)
FHaase 84ef701
CLN: remove values attribute from datetimelike EAs (#23603)
jorisvandenbossche e4104e9
TST: Use intp as expected dtype in IntervalIndex indexing tests (#23609)
jschendel eefb76e
ENH: Support for partition_cols in to_parquet (#23321)
anjsudh af8ca26
DOC: Updating Series.resample and DataFrame.resample docstrings (#23197)
jmrr d8d6222
MAINT: tm.assert_raises_regex --> pytest.raises (#23592)
gfyoung cffdb0e
DOC: Remove incorrect periods at the end of parameter types (#23600)
meiermark b265308
DOC: Fixes to docstring to add validation to CI (#23560)
datapythonista f2eac44
TST: Fix integer ops comparison test (#23619)
TomAugspurger fef6d7a
TST: Unskip some Categorical Tests (#23613)
TomAugspurger c80ff12
DOC: Fix Order of parameters in docstrings (#23611)
thoo ff8130b
CLN: use float64_t consistently instead of double, double_t (#23583)
jbrockmendel 9977a08
API: DataFrame.__getitem__ returns Series for sparse column (#23561)
TomAugspurger 1d861de
BUG: Delegate more of Excel parsing to CSV (#23544)
gfyoung c355f26
BUG: Casting tz-aware DatetimeIndex to object-dtype ndarray/Index (#2…
jbrockmendel a4c1490
BUG/REF: TimedeltaIndex.__new__ (#23539)
jbrockmendel 468df9c
BUILD: Simplifying contributor dependencies (#23522)
datapythonista 6401a4f
TST: Fix xfailing DataFrame arithmetic tests by transposing (#23620)
jbrockmendel 92b015d
DOC: Enhancing pivot / reshape docs (#21038)
VincentLa 519de0b
8000
CLN:Remove unused **kwargs from user facing methods (#23249)
kprestel d4be020
CI: Check in the CI that assert_raises_regex is not being used (#23627)
datapythonista d8826bf
CLN: datetimelike arrays: isort, small reorg (#23587)
jbrockmendel 3b87703
BUG: astype fill_value for SparseArray.astype (#23547)
TomAugspurger 999ef43
More helpful Stata string length error. (#23629)
jtkiley 7fc3732
DEPR: Deprecate usecols as int in read_excel (#23635)
gfyoung bb9f4eb
BUG: Don't over-optimize memory with jagged CSV (#23527)
gfyoung 76c078c
DOC: Adding validation of the section order in docstrings (#23607)
datapythonista fdda5d7
CLN: remove incorrect usages of com.AbstractMethodError (#23625)
jbrockmendel d3e43f8
DOC: avoid SparseArray.take error (#23637)
TomAugspurger c7dc40c
DOC: clean-up recent doc errors/warnings (#23636)
jorisvandenbossche f7556a4
DOC: Fix name of the See Also section titles in docstrings (#23653)
gueletk 951041e
CI: Allow to compile docs with ipython 7.11 #22990 (#23655)
benoxoft d5d6d91
TST: IntervalTree.get_loc_interval should return platform int (#23660)
jschendel 4242077
CLN: Move to_excel to generic.py (#23656)
gfyoung c1640c6
Add to_flat_index method to MultiIndex (#22866)
WillAyd 8e4bf4c
BUG: Fix read_excel w/parse_cols & empty dataset (#23661)
gfyoung b3a3ac7
DOC: Update is_sparse docstring (#19983)
sechilds 7dab45f
DOC: Surface / doc mangle_dupe_cols in read_excel (#23678)
gfyoung 991547e
Fix errorbar visualization (#23674)
justinchan23 c8ac3bf
DOC: Accessing files from a S3 bucket. (#23639)
myles f9563ea
REF: Move Excel names parameter handling to CSV (#23690)
gfyoung 2688cbe
BUG: Fix Series/DataFrame.rank(pct=True) with more than 2**24 rows (#…
jschendel d0adfb0
CI: raise clone depth limit on CI
jreback f452c40
Implement _most_ of the EA interface for DTA/TDA (#23643)
jbrockmendel 36f0608
Merge master
JustinZhengBC 8459936
reapply changes
JustinZhengBC 0f7aa4b
r
JustinZhengBC 82fa50c
Merge remote-tracking branch 'upstream/master' into JustinZhengBC-BUG…
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
BUG-22984 Fix whatsnew and add test
- Loading branch information
commit 448153d089d3ea3a0e01d274c406f4e5e0bd275c
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: we have a pytest fixture formock now, that does the try / except / skip done above.
I think it'd be cleanest to split this into a new test here, and accept the
mock
parameter.Any if you're feeling adventurous, you could change the try / except / skip mock import above to use the fixture as well. Not a big deal though.