Decide whether (new) ExtensionArrays and Dtypes are public · Issue #22860 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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_*_array
methods, or a top-ish-levelpd.array([...], dtype)
method)? - Do users see these when they do
.values
or any operation returning an array (.unique
, probably others)?