Deprecate is_extension_type #19041
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Internals
Related to non-user accessible pandas implementation
Interval
Interval data type
Period
Period data type
In favor of is_extension_array_type. This is blocked till sparse, period, and datetimetz are all EAs.
This should probably be True
Likewise for Period?
Currently we hardcode checks for categorical, sparse, and datetime w/ tz. A general solution would be to have all our extension types inherit from some base class or satisfy the interface required for an extension type.
xref #18767
The text was updated successfully, but these errors were encountered: