IndexYearMonth¶
Detail: IndexYearMonth
IndexYearMonth: Constructor¶
Detail: IndexYearMonth: Constructor
|
Initializer. Args: labels: Iterable of hashable values to be used as the index l… |
|
|
Get an IndexYearMonth instance over a range of dates, where start and stop is in… |
|
|
Construct an Index from an iterable of labels, where each label is a hashable. P… |
|
|
Given a Pandas index, return the appropriate IndexBase derived class. |
|
|
Get an IndexYearMonth instance over a range of months, where start and end are i… |
|
|
Get an IndexYearMonth instance over a range of years, where start and end are in… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Exporter¶
Detail: IndexYearMonth: Exporter
|
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 Index. |
|
|
Return a Series with values from this Index’s labels. |
|
|
Open an interactive VisiData session. |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Attribute¶
Detail: IndexYearMonth: Attribute
|
bool(x) -> bool Returns True when the argument x is true, False otherwise. The b… |
|
|
int([x]) -> integer int(x, base=10) -> integer Convert a number or string to an… |
|
|
Return the dtype of the underlying NumPy array. Returns: numpy.dtype |
|
|
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 |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Method¶
Detail: IndexYearMonth: 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 shallow copy of this Index. |
|
|
||
|
||
|
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… |
|
|
Return an Index with type determined by dtype argument. If a datetime64 dtype is… |
|
|
Return shallow copy of this Index. |
|
|
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 bool from comparison to any other object. Args: compare_name: Include e… |
|
|
Return an Index with replacing null (NaN or None) with the supplied value. Args:… |
|
|
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 a label is found in other. If other is… |
|
|
A generator of pairs, where each pair is the label and the count of that label f… |
|
|
Return an IndexHierarchy with an added root level. Args: level: A hashable to us… |
|
|
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, or a B… |
|
|
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 Index with labels replaced by the callable or mapping; order will b… |
|
|
Return a new Frame with an updated name attribute. |
|
|
Return an Index with values rotated forward and wrapped around (with a postive s… |
|
|
Randomly (optionally made deterministic with a fixed seed) extract items from th… |
|
|
Return a new Index with the labels sorted. Args: ascending: If True, sort in asc… |
|
|
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: defaults to 0 for for… |
|
|
Return an NP array for the depth_level specified. |
|
|
Return the variance along the specified axis. Args: axis: Axis, defaulting to ax… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Dictionary-Like¶
Detail: IndexYearMonth: Dictionary-Like
|
Return True if value in the labels. Will only return True for an exact match to… |
|
|
Iterate over labels. |
|
|
Returns a reverse iterator on the index labels. |
|
|
A 1D NumPy array of the values in the Index. This array will have the same dtype… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Display¶
Detail: IndexYearMonth: 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… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Selector¶
Detail: IndexYearMonth: Selector
|
||
|
||
|
Extract a new index given an iloc key. |
|
|
||
|
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Iterator¶
Detail: IndexYearMonth: 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… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Operator Binary¶
Detail: IndexYearMonth: Operator Binary
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Operator Unary¶
Detail: IndexYearMonth: Operator Unary
|
||
|
||
|
||
|
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Accessor Datetime¶
Detail: IndexYearMonth: 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. |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Accessor String¶
Detail: IndexYearMonth: 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. |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression
IndexYearMonth: Accessor Regular Expression¶
Detail: IndexYearMonth: 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… |
IndexYearMonth: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Regular Expression