-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
REF: move towards making _apply_blockwise actually block-wise #35730
REF: move towards making _apply_blockwise actually block-wise #35730
Conversation
cc @simonjayhawkins shouldnt mypy recognize Series as satisfying FrameOrSeries?
|
FrameOrSeries is a typevar, so problems like this involve binding. so the first error FrameOrSeries is the return type of can use i.e.
but this will still give
since mypy doesn't know that for
so simplest to get mypy to green is to use |
…set-dropped-locs-5
…set-dropped-locs-5
…set-dropped-locs-5
Updated+green. Once this and #35740 are in, Ive got a branch ready that goes all the way and makes |
if you can rebsae |
…set-dropped-locs-5
…set-dropped-locs-5
rebased+green |
A step towards #34714, orthogonal to the other outstanding PR in this vein #35696.