Overview: Index: Constructor

Detail: Index: Constructor

Detail

Index.__init__(labels, *, loc_is_iloc, name, dtype)

Initializer. Args: labels: An iterable of unique, hashable values, or another In…

Detail

Index.from_labels(labels, *, name)

Construct an Index from an iterable of labels, where each label is a hashable. P…

Detail

Index.from_pandas(value)

Given a Pandas index, return the appropriate IndexBase derived class.

Index: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic