You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably yes, or the parent-class should also use cache_readonly.
I opened this and the other 3(?) issues because I wasn't familiar enough with these code portions. Looking backward, all of them can probably use a "type: ignore" at least initially.
Index._can_hold_na
: boolNumericIndex._can_hold_na
: property-like (cache_readonly)bool is not a property-like object.
pandas/core/indexes/numeric.py:103: error: Signature of "_can_hold_na" incompatible with supertype "Index" [override]
The text was updated successfully, but these errors were encountered: