Overview: IndexMicrosecond: Constructor#

Detail: IndexMicrosecond: Constructor

Detail

IndexMicrosecond.__init__(labels, /, *, loc_is_iloc, name, sort_status)

Initializer. Args: labels: Iterable of hashable values to be used as the index l…

Detail

IndexMicrosecond.from_difference(*others)

Construct a new Index based on the difference with Index, containers, or NumPy a…

Detail

IndexMicrosecond.from_intersection(*others)

Construct a new Index based on the intersection with Index, containers, or NumPy…

Detail

IndexMicrosecond.from_labels(labels, /, *, name)

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

Detail

IndexMicrosecond.from_pandas(value, /)

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

Detail

IndexMicrosecond.from_union(*others)

Construct a new Index based on the union with Index, containers, or NumPy arrays…

IndexMicrosecond: 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