Overview: IndexHierarchyGO: Constructor#

Detail: IndexHierarchyGO: Constructor

Detail

IndexHierarchyGO.__init__(indices, /, *, indexers, name, blocks, own_blocks, sort_status)

Initializer. Args: indices: list of Index objects indexers: a 2D indexer array n…

Detail

IndexHierarchyGO.from_difference(*others)

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

Detail

IndexHierarchyGO.from_index_items(items, /, *, index_constructor, name)

Given an iterable of pairs of label, IndexBase, produce an IndexHierarchy where…

Detail

IndexHierarchyGO.from_intersection(*others)

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

Detail

IndexHierarchyGO.from_labels(labels, /, *, name, reorder_for_hierarchy, index_constructors, depth_reference, continuation_token)

Construct an IndexHierarchy from an iterable of labels, where each label is tupl…

Detail

IndexHierarchyGO.from_labels_delimited(labels, /, *, delimiter, name, index_constructors)

Construct an IndexHierarchy from an iterable of labels, where each label is stri…

Detail

IndexHierarchyGO.from_names(names, /)

Construct a zero-length IndexHierarchy from an iterable of names, where the leng…

Detail

IndexHierarchyGO.from_pandas(value, /)

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

Detail

IndexHierarchyGO.from_product(*, name, index_constructors, *levels)

Given groups of iterables, return an IndexHierarchy made of the product of a val…

Detail

IndexHierarchyGO.from_tree(tree, /, *, name, index_constructors)

Convert into a IndexHierarchy a dictionary defining keys to either iterables or…

Detail

IndexHierarchyGO.from_union(*others)

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

Detail

IndexHierarchyGO.from_values_per_depth(values, /, *, name, depth_reference, index_constructors)

Construct an IndexHierarchy from a 2D NumPy array, or a collection of 1D arrays…

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