API: prohibit non-numeric dtypes in construction of IntervalIndex #19016
Labels
API Design
Dtype Conversions
Unexpected or buggy dtype conversions
Error Reporting
Incorrect or improved errors from pandas
Interval
Interval data type
Milestone
xref #18997
prohibit construction of non-numeric sub-types for
IntervalIndex
, e.g.object
andcategorical
. Not clear utility and causes a messy implementation.The text was updated successfully, but these errors were encountered: