-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: Fix core/groupby/generic.py type ignores #46521
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
TYP: Fix core/groupby/generic.py type ignores #46521
Conversation
849d4ac
to
060dc57
Compare
060dc57
to
82b9dae
Compare
After reviewing all the comments it seems that the only change that can be applied at the moment is |
Thanks @FactorizeD can you get this PR into a mergeable state (and not marked as draft) even if only the one change. |
82b9dae
to
d715868
Compare
d715868
to
cb32477
Compare
can you merge master and fix the precommit |
cb32477
to
52bece7
Compare
52bece7
to
0c06344
Compare
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.
Thanks @FactorizeD ci failure for TestParquetPyArrow.test_unsupported
unrelated (and now fixed on main)
xref #37715
Two things to mention:
Index()
in line 277 becausecolumns
attribute of a dataframe is supposed to be of Index type.