pandas-stubs icon indicating copy to clipboard operation
pandas-stubs copied to clipboard

Check usage of `Series[bool]` and see if `MaskType` is more appropriate

Open Dr-Irv opened this issue 1 year ago • 1 comments

In #862 a change was made to replace Series[bool] with MaskType for .loc. There are other places in the stubs where Series[bool] is used, and we should investigate which of those usages as arguments (not as return types) should be replaced with MaskType

Dr-Irv avatar Feb 12 '24 17:02 Dr-Irv

I'll take this up.

ramvikrams avatar Mar 02 '24 14:03 ramvikrams