-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffEnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.isinisin methodisin method
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.
Metadata
Metadata
Assignees
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffEnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.isinisin methodisin method