-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
STYLE: dont use pd api types in tests #39293
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
jreback
merged 81 commits into
pandas-dev:master
from
nofarm3:issue-39203-dont-use-pd-api-types-in-tests
Jan 21, 2021
Merged
Changes from 14 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
05d984d
STYLE: remove use in pd.api.dtype in test_ufunc.py (#39203)
nofarmish 2cf8a03
STYLE: remove use in pd.api.dtype in test_integer.py (#39203)
nofarmish 3df6018
STYLE: remove use in pd.api.dtype in doc-string in inference.py (#39203)
nofarmish 258e70c
STYLE: remove use in pd.api.dtype in json/array.py (#39203)
nofarmish 644c9fb
STYLE: remove use in pd.api.dtype in test_floating.py (#39203)
nofarmish a48fb73
STYLE: remove use in pd.api.dtype in list/array.py (#39203)
nofarmish 8aa77e6
STYLE: remove use in pd.api.dtype in dtype.py (#39203)
nofarmish 3e03fd5
STYLE: remove use in pd.api.dtype in test_bool.py (#39203)
nofarmish 91467ad
STYLE: remove use in pd.api.dtype in reshape.py (#39203)
nofarmish acea340
STYLE: remove use in pd.api.dtype in arrow/arrays.py (#39203)
nofarmish 058e1ae
STYLE: remove use in pd.api.dtype from doc-string and add import in g…
nofarmish 544d6f8
STYLE: remove use in pd.api.dtype in decimal/array.py (#39203)
nofarmish 5fed74f
STYLE: remove extra line (#39203)
nofarmish 5caa14c
STYLE: run precommit hook to fix import locations (#39203)
nofarmish 555834a
STYLE: change location of import (#39203)
nofarmish 845fccb
STYLE: fix import location after precommit (#39203)
nofarmish 20ddb80
STYLE: add precommit rule (#39203)
nofarmish eeee8ca
STYLE: add precommit rule - fix typo(#39203)
nofarmish 6a39fac
STYLE: import is_list_like from pandas.api.types (#39203)
nofarmish 8629edd
STYLE: add pandas to precommit hook (#39203)
nofarmish 5cdd952
STYLE: change comment (#39203)
nofarmish 8df1b90
Trigger CI
nofarmish 8fdbb55
Merge branch 'master' into issue-39203-dont-use-pd-api-types-in-tests
nofarm3 b50e7bf
STYLE: remove use in pd.api.dtype in test_ufunc.py (#39203)
nofarmish c36241f
STYLE: remove use in pd.api.dtype in test_integer.py (#39203)
nofarmish 475e442
STYLE: remove use in pd.api.dtype in doc-string in inference.py (#39203)
nofarmish a4c1485
STYLE: remove use in pd.api.dtype in json/array.py (#39203)
nofarmish 29cde03
STYLE: remove use in pd.api.dtype in test_floating.py (#39203)
nofarmish c444697
STYLE: remove use in pd.api.dtype in list/array.py (#39203)
nofarmish 215db54
STYLE: remove use in pd.api.dtype in dtype.py (#39203)
nofarmish d18860d
STYLE: remove use in pd.api.dtype in test_bool.py (#39203)
nofarmish ad1838b
STYLE: remove use in pd.api.dtype in reshape.py (#39203)
nofarmish 68b71f2
STYLE: remove use in pd.api.dtype in arrow/arrays.py (#39203)
nofarmish ce931ed
STYLE: remove use in pd.api.dtype from doc-string and add import in g…
nofarmish 99440e3
STYLE: remove use in pd.api.dtype in decimal/array.py (#39203)
nofarmish f348c30
STYLE: remove extra line (#39203)
nofarmish 843e214
STYLE: run precommit hook to fix import locations (#39203)
nofarmish 1df8858
STYLE: change location of import (#39203)
nofarmish 5cb207b
STYLE: fix import location after precommit (#39203)
nofarmish f85eddd
STYLE: add precommit rule (#39203)
nofarmish 99c5a84
STYLE: add precommit rule - fix typo(#39203)
nofarmish 5b8596c
STYLE: import is_list_like from pandas.api.types (#39203)
nofarmish c33b7d0
STYLE: add pandas to precommit hook (#39203)
nofarmish 4fb1ec5
STYLE: change comment (#39203)
nofarmish c56a2bf
Revert "CI: Skip numpy dev failing tests (#39090)" (#39225)
phofl 2393140
Added docs for the change of behavior of isin (#39064)
omarafifii 33c0015
ENH: Styler tooltips feature (#35643)
attack68 3b3bcf9
BUG: Placeholders not being filled on docstrings (#39139)
MicaelJarniac dfd705f
CI: pre-commit fixup (#39232)
simonjayhawkins f278480
DOC: 1.2.1 release date (#39233)
simonjayhawkins 0acc13a
DOC: clean-up of v1.2.1 whatsnew (#39246)
jorisvandenbossche e35866c
Revert "Inconsistent indexes for tick label plotting (#28733)" (#39235)
simonjayhawkins 23f12f2
REGR: to_stata tried to remove file before closing it (#39202)
twoertwein 263f50a
DOC: keep color for note admonitions in sphinx theme (#39256)
jorisvandenbossche f3cffb9
REGR: codecs.open() is always opened in text mode (#39253)
twoertwein 5bc2006
DEPR: EWM.vol (#39220)
mroeschke 4d50974
REGR: fix numpy accumulate ufuncs for DataFrame (#39260)
jorisvandenbossche 8fb52ae
CI: skip checking freq on flaky pytables test (#39262)
jbrockmendel be6c41c
CLN: remove pd import in pandas/core/computation (#39268)
ivanovmg fb3d431
REF: roll IntBlock, BoolBlock, ComplexBlock into NumericBlock (#39236)
jbrockmendel 4aff972
CLN: remove unused axis kwarg from Block.putmask (#39238)
jbrockmendel 77b3950
CLN: use getvalue instead of seek(0)+read() (#39213)
twoertwein 5dc9e15
REF: extract classes in pandas/core/describe.py (#39186)
ivanovmg ad32e00
BUG: DataFrame.apply axis=1 for str ops with no axis argument (#39212)
rhshadrach 171112e
TST GH26807 Break up test_strings (#39215)
moink 594724a
BUG: GroupBy.idxmax/idxmin with EA dtypes (#38733)
jbrockmendel 0ec3ccc
API/BUG: treat different UTC tzinfos as equal (#39216)
jbrockmendel de3ca00
CLN refactor rest of core (#37586)
MarcoGorelli 85e4004
fix series.isin slow issue with Dtype IntegerArray (#38379)
tushushu 05d82ac
DEPR: raise deprecation warning in numpy ufuncs on DataFrames if not …
jorisvandenbossche f9c6977
DOC: Start v1.2.2 release notes (#39234)
simonjayhawkins b8105bc
ENH: cast instead of raise for IntervalIndex setops with differnet cl…
jbrockmendel ad4dfff
REF: split describe categorical function (#39287)
ivanovmg 62e499b
TST: Add test to ensure DF describe does not throw an error (#32409) …
luckyvs1 6abf551
REF: share PeriodArray.asfreq with Period.asfreq (#39277)
jbrockmendel 75a485c
ENH: Period comparisons with mismatched freq use py3 behavior (#39274)
jbrockmendel d61a518
PERF: cythonize kendall correlation (#39132)
lithomas1 794e32b
ENH: Make Timestamp implementation bounds match DatetimeArray/Datetim…
jbrockmendel a926d4b
CLN: consistently put '|' at start of line in pygrep hooks #39301 (#3…
gustavocmaciel 9b150ed
BUG: date_range hitting iNaT (#39308)
jbrockmendel f53eab8
Merge remote-tracking branch 'origin/issue-39203-dont-use-pd-api-type…
nofarmish 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
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
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
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.