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
For left_on and right_on it says IndexLabel | None, where IndexLabel = Hashable | Sequence[Hashable]. But it can also be AnyArrayLike or sequence thereof. So Something like Hashable | AnyArrayLike | Sequence[Hashable | AnyArrayLike]
The text was updated successfully, but these errors were encountered:
I think there are currently many places where Series and Index are accepted by the implementation but not by the type annotations as Series/Index are not Hashable.
For left_on and right_on it says
IndexLabel | None
, whereIndexLabel = Hashable | Sequence[Hashable]
. But it can also be AnyArrayLike or sequence thereof. So Something likeHashable | AnyArrayLike | Sequence[Hashable | AnyArrayLike]
The text was updated successfully, but these errors were encountered: