-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Run isort #24530
Run isort #24530
Conversation
* upstream/master: BUG: output formatting with to_html(), index=False and/or index_names=False (pandas-dev#22579, pandas-dev#22747) (pandas-dev#22655) MAINT: Port _timelex in codebase (pandas-dev#24520) Implement unique+array parts of 24024 (pandas-dev#24527) Integer NA docs (pandas-dev#23617)
Codecov Report
@@ Coverage Diff @@
## master #24530 +/- ##
=======================================
Coverage 31.88% 31.88%
=======================================
Files 166 166
Lines 52427 52427
=======================================
Hits 16714 16714
Misses 35713 35713
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24530 +/- ##
=======================================
Coverage 31.88% 31.88%
=======================================
Files 166 166
Lines 52427 52427
=======================================
Hits 16714 16714
Misses 35713 35713
Continue to review full report at Codecov.
|
@thoo these are all fine. note in the top fo the PR's, use |
thanks! |
* upstream/master: Make DTI[tz]._values and Series[tz]._values return DTA (pandas-dev#24534) CLN: Refactor some sorting code in Index set operations (pandas-dev#24533) Run isort (pandas-dev#24530) CI: fix db usage in CI (pandas-dev#24529)
pytest pandas/tests/frame/test_*
git diff upstream/master -u -- "*.py" | flake8 --diff
Run
isort -rc pandas/tests/frame