DEPR: subclassing Index · Issue #45289 · pandas-dev/pandas (original) (raw)

In theory we support subclassing Index, but that support is spotty (xref #15258, #37882). Now that we allow arbitrary EAs in Index, we should deprecate that and direct downstream libraries to use EAs instead.

xref pydata/xarray#6129