-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
#26065 Fix Type Annotations in pandas.core.arrays #26071
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26071 +/- ##
==========================================
- Coverage 91.89% 91.89% -0.01%
==========================================
Files 175 175
Lines 52509 52513 +4
==========================================
Hits 48255 48255
- Misses 4254 4258 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26071 +/- ##
==========================================
- Coverage 91.97% 91.96% -0.01%
==========================================
Files 175 175
Lines 52368 52378 +10
==========================================
+ Hits 48164 48170 +6
- Misses 4204 4208 +4
Continue to review full report at Codecov.
|
@gwrome can you merge master? |
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.
lgtm outside of comment from @jreback
Some of the cast stuff is unfortunate but not sure there is a way to get around that given limitations cited.
thanks @gwrome |
git diff upstream/master -u -- "*.py" | flake8 --diff