IndexHierarchyGO¶
Detail: IndexHierarchyGO
IndexHierarchyGO: Constructor¶
Detail: IndexHierarchyGO: Constructor
|
Initializer. Args: indices: list of Index objects indexers: a 2D indexer array n… |
|
|
Given an iterable of pairs of label, Index, produce an IndexHierarchy where the… |
|
|
Construct an IndexHierarchy from an iterable of labels, where each label is tupl… |
|
|
Construct an IndexHierarchy from an iterable of labels, where each label is stri… |
|
|
Construct a zero-length IndexHierarchy from an iterable of names, where the leng… |
|
|
Given a Pandas index, return the appropriate IndexBase derived class. |
|
|
Given groups of iterables, return an IndexHierarchy made of the product of a val… |
|
|
Convert into a IndexHierarchy a dictionary defining keys to either iterables or… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Exporter¶
Detail: IndexHierarchyGO: Exporter
|
Return Frame version of this IndexHierarchy. |
|
|
Return a FrameGO version of this IndexHierarchy. |
|
|
Return an HTML table representation of this Index using standard TABLE, TR, and… |
|
|
Return a complete HTML representation of this Index using the DataTables JS libr… |
|
|
Return a Pandas MultiIndex. |
|
|
Returns the tree representation of an IndexHierarchy |
|
|
Open an interactive VisiData session. |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Attribute¶
Detail: IndexHierarchyGO: Attribute
|
bool(x) -> bool Returns True when the argument x is true, False otherwise. The b… |
|
|
Return the depth of the index hierarchy. |
|
|
Return a Series of dytpes for each index depth. Returns: Series |
|
|
Return a Series of Index classes for each index depth. Returns: Series |
|
|
The memory location, represented as an integer, of the underlying NumPy array. |
|
|
A hashable label attached to this container. Returns: Hashable |
|
|
Provide a suitable iterable of names for usage in output formats that require a… |
|
|
Return the total bytes of the underlying NumPy array. Returns: int |
|
|
Return the number of dimensions. Returns: int |
|
|
Return the immutable positions array. |
|
|
Return a tuple describing the shape of the underlying NumPy array. Returns: tp.T… |
|
|
Return the size of the underlying NumPy array. Returns: int |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Method¶
Detail: IndexHierarchyGO: Method
|
Support the __array__ interface, returning a 1D array of values. |
|
|
Support for NumPy elements or arrays on the left hand of binary operators. |
|
|
Raises ValueError to prohibit ambiguous use of truethy evaluation. |
|
|
Return a shallow copy of this IndexHierarchy. |
|
|
Return a deep copy of this IndexHierarchy. |
|
|
||
|
Logical and over values along the specified axis. Args: axis: Axis, defaulting t… |
|
|
Logical or over values along the specified axis. Args: axis: Axis, defaulting to… |
|
|
Append a single label to this IndexHierarchyGO in-place |
|
|
Selector of columns by label. Args: key: A loc selector, either a label, a list… |
|
|
Apply a single dtype to all columns. |
|
|
Return a shallow copy of this IndexHierarchy. |
|
|
Return the cumulative product over the specified axis. Args: axis: Axis, default… |
|
|
Return the cumulative sum over the specified axis. Args: axis: Axis, defaulting… |
|
|
Perform difference with another Index, container, or NumPy array. Retains order. |
|
|
Return a new obj:IndexHierarchy after removing labels where any or all values ar… |
|
|
Return a new obj:IndexHierarchy after removing labels where any or all values ar… |
|
|
Return a bool from comparison to any other object. Args: compare_name: Include e… |
|
|
Extend this IndexHierarchyGO in-place |
|
|
Return an IndexHierarchy after replacing falsy values with the supplied value. A… |
|
|
Return an IndexHierarchy after replacing NA (NaN or None) with the supplied valu… |
|
|
Return a flat, one-dimensional index of tuples for each level. |
|
|
Return a Index consisting only of the top elements as specified by count. Args:… |
|
|
Given a sorted Series, return the iloc (integer) position(s) at which insertion… |
|
|
Perform intersection with one or many Index, container, or NumPy array. Identica… |
|
|
Return a Boolean array showing True where one or more of the passed in iterable… |
|
|
A generator of pairs, where each pair is the label and the count of that label f… |
|
|
Return an IndexHierarchy with a new root (outer) level added. |
|
|
Return an IndexHierarchy with one or more leaf levels removed. Args: count: A po… |
|
|
Given a sorted Series, return the loc (label) position(s) at which insertion in… |
|
|
Given a label (loc) style key (either a label, a list of labels, a slice, an HLo… |
|
|
Return the maximum along the specified axis. Args: axis: Axis, defaulting to axi… |
|
|
Return the mean along the specified axis. Args: axis: Axis, defaulting to axis 0… |
|
|
Return the median along the specified axis. Args: axis: Axis, defaulting to axis… |
|
|
Return the minimum along the specified axis. Args: axis: Axis, defaulting to axi… |
|
|
Return the product along the specified axis. Args: axis: Axis, defaulting to axi… |
|
|
Return a new IndexHierarchy that conforms to the new depth assignments given be… |
|
|
Return a new IndexHierarchy with labels replaced by the callable or mapping; ord… |
|
|
Return a new IndexHierarchy after applying mapper to a level or each individual… |
|
|
Return a new IndexHierarchy with an updated name attribute. |
|
|
Return an IndexHierarchy with values rotated forward and wrapped around (with a… |
|
|
Randomly (optionally made deterministic with a fixed seed) extract items from th… |
|
|
Return a new Index with the labels sorted. Args: ascending: Boolean, or iterable… |
|
|
Return the standard deviaton along the specified axis. Args: axis: Axis, default… |
|
|
Sum values along the specified axis. Args: axis: Axis, defaulting to axis 0. ski… |
|
|
Return a Index consisting only of the bottom elements as specified by count. Arg… |
|
|
Perform union with another Index, container, or NumPy array. Identical compariso… |
|
|
Return a NumPy array of unique values. Args: depth_level: Specify a single depth… |
|
|
Return an NP array for the depth_level specified. Args: depth_level: a single de… |
|
|
Return the variance along the specified axis. Args: axis: Axis, defaulting to ax… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Dictionary-Like¶
Detail: IndexHierarchyGO: Dictionary-Like
|
Determine if a label value is contained in this Index. |
|
|
Iterate over labels. |
|
|
Returns a reverse iterator on the index labels. |
|
|
A 2D NumPy array of all values in the IndexHierarchy. As this is a single array,… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Display¶
Detail: IndexHierarchyGO: Display
A Frame documenting the interface of this class. |
||
|
||
|
Return str(self). |
|
|
Return a Display, capable of providing a string representation. Args: config: A… |
|
|
Maximize vertical presentation. Return a Display, capable of providing a string… |
|
|
Maximize horizontal presentation. Return a Display, capable of providing a strin… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Selector¶
Detail: IndexHierarchyGO: Selector
|
Extract a new index given a key. |
|
|
||
|
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Iterator¶
Detail: IndexHierarchyGO: Iterator
|
||
|
Apply a function to each value. Returns a new container. Args: func: A function… |
|
|
Apply a function to each value. A generator of resulting values. Args: func: A f… |
|
|
Apply a function to each value. A generator of resulting key, value pairs. Args:… |
|
|
Apply a function to each value. Employ parallel processing with either the Proce… |
|
|
Apply a mapping; for values not in the mapping, an Exception is raised. Returns… |
|
|
Apply a mapping; for values not in the mapping, an Exception is raised. A genera… |
|
|
Apply a mapping; for values not in the mapping, an Exception is raised. A genera… |
|
|
Apply a mapping; for values not in the mapping, the value is returned. Returns a… |
|
|
Apply a mapping; for values not in the mapping, the value is returned. A generat… |
|
|
Apply a mapping; for values not in the mapping, the value is returned. A generat… |
|
|
Apply a mapping; for values not in the mapping, the fill_value is returned. Retu… |
|
|
Apply a mapping; for values not in the mapping, the fill_value is returned. A ge… |
|
|
Apply a mapping; for values not in the mapping, the fill_value is returned. A ge… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Operator Binary¶
Detail: IndexHierarchyGO: Operator Binary
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Operator Unary¶
Detail: IndexHierarchyGO: Operator Unary
|
||
|
||
|
||
|
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Accessor Datetime¶
Detail: IndexHierarchyGO: Accessor Datetime
|
Return the year of each element. |
|
|
Return the month of each element, between 1 and 12 inclusive. |
|
|
Return the day of each element, between 1 and the number of days in the given mo… |
|
|
Return the hour of each element, between 0 and 24. |
|
|
Return the minute of each element, between 0 and 60. |
|
|
Return the second of each element, between 0 and 60. |
|
|
Return the day of the week as an integer, where Monday is 0 and Sunday is 6. |
|
|
Return the quarter of the year as an integer, where January through March is qua… |
|
|
Return Boolean indicators if the day is the month end. |
|
|
Return Boolean indicators if the day is the month start. |
|
|
Return Boolean indicators if the day is the year end. |
|
|
Return Boolean indicators if the day is the year start. |
|
|
Return Boolean indicators if the day is the quarter end. |
|
|
Return Boolean indicators if the day is the quarter start. |
|
|
Return a time.struct_time such as returned by time.localtime(). |
|
|
Return a string representing the date in ISO 8601 format, YYYY-MM-DD. |
|
|
Return a datetime.date object from an ISO 8601 format. |
|
|
Return a string representing the date, controlled by an explicit format string. |
|
|
Return a Python datetime object from parsing a string defined with format. |
|
|
Return a Python date object from parsing a string defined with format. |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Accessor String¶
Detail: IndexHierarchyGO: Accessor String
|
Return a container with the provided selection or slice of each element. |
|
|
Return a container with only the first character of each element capitalized. |
|
|
Return a container with its elements centered in a string of length width. |
|
|
Returns a container with the number of non-overlapping occurrences of substring… |
|
|
Apply str.decode() to each element. Elements must be bytes. |
|
|
Apply str.encode() to each element. Elements must be strings. |
|
|
Returns a container with the number of non-overlapping occurrences of substring… |
|
|
For each element, return the lowest index in the string where substring sub is f… |
|
|
Like find, but raises ValueError when the substring is not found. |
|
|
Returns true for each element if all characters in the string are alphanumeric a… |
|
|
Returns true for each element if all characters in the string are alphabetic and… |
|
|
For each element, return True if there are only decimal characters in the elemen… |
|
|
Returns true for each element if all characters in the string are digits and the… |
|
|
Returns true for each element if all cased characters in the string are lowercas… |
|
|
For each element in self, return True if there are only numeric characters in th… |
|
|
Returns true for each element if there are only whitespace characters in the str… |
|
|
Returns true for each element if the element is a titlecased string and there is… |
|
|
Returns true for each element if all cased characters in the string are uppercas… |
|
|
Return a container with its elements ljusted in a string of length width. |
|
|
Return the length of the string. |
|
|
Return an array with the elements of self converted to lowercase. |
|
|
For each element, return a copy with the leading characters removed. |
|
|
Partition each element around sep. |
|
|
Return a container with its elements replaced in a string of length width. |
|
|
For each element, return the highest index in the string where substring sub is… |
|
|
Like rfind, but raises ValueError when the substring sub is not found. |
|
|
Return a container with its elements rjusted in a string of length width. |
|
|
Partition (split) each element around the right-most separator. |
|
|
For each element, return a tuple of the words in the string, using sep as the de… |
|
|
For each element, return a copy with the trailing characters removed. |
|
|
For each element, return a tuple of the words in the string, using sep as the de… |
|
|
Returns a container with the number of non-overlapping occurrences of substring… |
|
|
For each element, return a copy with the leading and trailing characters removed… |
|
|
Return a container with uppercase characters converted to lowercase and vice ver… |
|
|
Return a container with uppercase characters converted to lowercase and vice ver… |
|
|
Return a container with uppercase characters converted to lowercase and vice ver… |
|
|
Return the string left-filled with zeros. |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Accessor Transpose¶
Detail: IndexHierarchyGO: Accessor Transpose
|
Interface for using binary operators and methods with a pre-defined fill value. |
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression
IndexHierarchyGO: Accessor Regular Expression¶
Detail: IndexHierarchyGO: Accessor Regular Expression
|
Scan through string looking for the first location where this regular expression… |
|
|
If zero or more characters at the beginning of string match this regular express… |
|
|
If the whole string matches this regular expression, return True, else False. No… |
|
|
Split string by the occurrences of pattern. If capturing parentheses are used in… |
|
|
Return all non-overlapping matches of pattern in string, as a tuple of strings…. |
|
|
Return the string obtained by replacing the leftmost non-overlapping occurrences… |
|
|
Perform the same operation as sub(), but return a tuple (new_string, number_of_s… |
IndexHierarchyGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Regular Expression