-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.
Description
There are a handful of places in the code where we check for for isinstance(other, ABCDatetimeIndex)
or getattr(other, '_typ', None) == "datetimeindex"
(and analogous places for TDI, PI). In most of these cases DatetimeArray/TimedeltaArray/PeriodArray should be handled symmetrically. Thoughts on what _typ
s to give them?
Metadata
Metadata
Assignees
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.