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
There are a bunch of Index methods e.g. _get_indexer, _union that take an other or target argument that should be another Index with the same dtype as self. I'd like a way to express that via annotation.
There are a bunch of Index methods e.g. _get_indexer, _union that take an
otherortargetargument that should be another Index with the same dtype as self. I'd like a way to express that via annotation.