-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
API DesignExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.
Milestone
Description
This mostly affects
- IntervalArray
- PeriodArray
- DatetimeArray (and maybe TimedeltaArray if we do that)
- SparseArray
- IntegerArray
Categorical is already public, so let's leave that out.
A few questions
- do we allow users to construct these directly (via a set of
to_*_arraymethods, or a top-ish-levelpd.array([...], dtype)method)? - Do users see these when they do
.valuesor any operation returning an array (.unique, probably others)?
Metadata
Metadata
Assignees
Labels
API DesignExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.