-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.IndexRelated to the Index class or subclassesRelated to the Index class or subclasses
Milestone
Description
These occur naturally with .groupby(extensionarray) and Seres[extensionarray].value_counts. We should define a public API so that we don't have to convert to object in these cases.
You'd likely end up with an Index with a non-object dtype.
more radically this kind of removes the need for all our Index subclasses, aside from MultiIndex. But we can think about that separately from the interface.
I don't think this is blocking for 1.0, but it may not be too much effort.
Detry322, Delengowski and sscheDetry322, Delengowski and ssche
Metadata
Metadata
Assignees
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.IndexRelated to the Index class or subclassesRelated to the Index class or subclasses