Skip to content

BUG: dir(IntervalIndex()) raises #27571

Closed
@ghost

Description

In [8]: ix=pd.IntervalIndex.from_breaks([0,1,2])
   ...: dir(ix)
...
ValueError: cannot infer type for <class 'NoneType'>

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIntervalInterval data typeRegressionFunctionality that used to work in a prior pandas version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions