Closed
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)?