DOC: IntervalIndex.from_arrays() and IntervalIndex.from_breaks() and IntervalIndex.from_tuples() missing description of name parameter · Issue #48911 · pandas-dev/pandas (original) (raw)

Pandas version checks

Location of the documentation

Documentation problem

All 3 class methods are missing a description of the name parameter.

Suggested fix for documentation

Add a description of the name parameter.

Probably happens because it is using the docs from IntervalArray, which has no name parameter.