Closed
Description
Some (many?) extension array scalar types will have a corresponding container type. For example, IPArray
defines isin
to match the standard library's behavior where an address can be in a network.
Do we want to dispatch isin
to Extension arrays? #20522 is doing some work so that pd.core.algos(categorical)
dispatches to a specialized (faster) .isin
, so the additional work will be small.