-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Convert Unions to TypeVar #26588
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
Convert Unions to TypeVar #26588
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
2f981d6
convert some Unions to TypeVar
vaibhavhrt c2e6267
DOC: Fixed redirects in various parts of the documentation (#26497)
lrjball 805d7e8
TST: Datetime conftest.py improvements (#26596)
h-vetinari c591569
ERR: better error message on too large excel sheet (#26080)
cfa03b6
CLN: remove sample_time attributes from benchmarks (#26598)
pv e6f21d8
TST: add concrete examples of dataframe fixtures to docstrings (#26593)
simonjayhawkins dbafe6f
CI/DOC: Building documentation with azure (#26591)
datapythonista eb4b0b5
DOC: sparse doc fixups (#26571)
TomAugspurger 5dedbfa
BUG: ignore errors for invalid dates in to_datetime() with errors=coe…
nathalier 3457fb2
TST/CLN: Fixturize tests/frame/test_quantile.py (#26556)
makbigc 605476e
BUG: fix categorical comparison with missing values (#26504 ) (#26514)
another-green a69d56f
Fix the output of df.describe on an empty categorical / object column…
enisnazif 210e2dc
BUG: MultiIndex not dropping nan level and invalid code value (#26408)
jiangyue12392 a2f9013
API: Series.str-accessor infers dtype (and Index.str does not raise o…
h-vetinari 4cd348b
Changing dev docs ssh key (#26604)
datapythonista ad7c9e9
CI: Removing doc build in azure (#26609)
datapythonista 68c6766
PERF: don't call RangeIndex._data unnecessarily (#26565)
topper-123 1f83733
CI: pin pytest version on Python 3.5 (#26619)
simonjayhawkins 6fb0be0
remove outdated gtk package from code (#26590)
xcz011 a6ad17d
Tidy documentation about plotting Series histograms (#26624)
iamshwin 3a56195
TST/CLN: deduplicate fixture from test_to_latex.py (#26603)
simonjayhawkins ee52d0e
CLN: Remove convert_objects (#26612)
mroeschke 6f9aa6a
Clean up ufuncs post numpy bump (#26606)
h-vetinari c95be62
Add more specific error message when user passes incorrect matrix for…
fhoang7 21f49c4
DOC/CI: restore travis CI doc build environment (#26621)
jorisvandenbossche b1e4c55
TST/API: Forbid str-accessor for 1-level MultiIndex (#26608)
h-vetinari d5fad24
Minor doc cleanup because of Panel removal (#26638)
topper-123 0ee4317
DOC: Small whatsnew cleanups (#26643)
jschendel da6900e
DOC/CI: Removing Panel specific code from validate_docstrings.py (#26…
datapythonista dbdd556
Remove NDFrame.select (#26641)
topper-123 7370c1d
[TST] Fix test_quantile_interpolation_int (#26633)
makbigc 8a1f714
Update Accessors URL for PdVega package. (#26653)
shawnbrown b642726
DEPS: Adding missing doc dependencies to environment.yml (#26657)
datapythonista 5abb8c3
use range in RangeIndex instead of _start etc. (#26581)
topper-123 b5535dd
TST: Test sorting levels not aligned with index (#25775) (#26492)
mahepe d8c2b40
Remove SharedItems from test_excel (#26579)
WillAyd 6a37e19
ERR: include original error message for missing required dependencies…
DanielFEvans 5271868
BUG: fix TypeError for invalid integer dates %Y%m%d with errors='igno…
nathalier 2cc1ca0
Revert "ERR: include original error message for missing required depe…
jorisvandenbossche ae50e39
Remove redundant check arr_or_dtype is None (#26655)
AlexTereshenkov 077c7c2
filter warning in repr (#26669)
TomAugspurger ed7bbf0
Merge branch 'master' into Union2TypeVar
vaibhavhrt 52ed915
convert DatetimeLikeScalar to TypeVar
vaibhavhrt 2d3376a
remove unused import
vaibhavhrt 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
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.