Batch¶
Detail: Batch
Batch: Constructor¶
Detail: Batch: Constructor
|
Default constructor of a Batch. Args: name: A hashable object to label the conta… |
|
|
Return a Batch from an iterable of Frame; labels will be drawn from Frame.name. |
|
|
Given a file path to a HDF5 Batch store, return a Batch instance. Args: fp: A st… |
|
|
Given a file path to an SQLite Batch store, return a Batch instance. Args: fp: A… |
|
|
Given a file path to an XLSX Batch store, return a Batch instance. Args: fp: A s… |
|
|
Given a file path to zipped CSV Batch store, return a Batch instance. Args: fp:… |
|
|
Given a file path to zipped NPZ Batch store, return a Batch instance. Args: fp:… |
|
|
Given a file path to zipped parquet Batch store, return a Batch instance. Args:… |
|
|
Given a file path to zipped pickle Batch store, return a Batch instance. Args: f… |
|
|
Given a file path to zipped TSV Batch store, return a Batch instance. Args: fp:… |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Exporter¶
Detail: Batch: Exporter
|
Realize the Batch as an Bus. Note that, as a Bus must have all labels (even if F… |
|
|
Consolidate stored Frame into a new Frame using the stored labels as the index o… |
|
|
Write the complete Bus as an HDF5 table. Args: fp: A string file path or Path in… |
|
|
Consolidate stored values into a new Series using the stored labels as the index… |
|
|
Write the complete Bus as an SQLite database file. Args: fp: A string file path… |
|
|
Open an interactive VisiData session. |
|
|
Write the complete Bus as a XLSX workbook. Args: fp: A string file path or Path… |
|
|
Write the complete Bus as a zipped archive of CSV files. Args: fp: A string file… |
|
|
Write the complete Bus as a zipped archive of NPZ files. Args: fp: A string file… |
|
|
Write the complete Bus as a zipped archive of parquet files. Args: fp: A string… |
|
|
Write the complete Bus as a zipped archive of pickles. Args: fp: A string file p… |
|
|
Write the complete Bus as a zipped archive of TSV files. Args: fp: A string file… |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Attribute¶
Detail: Batch: Attribute
|
bool(x) -> bool Returns True when the argument x is true, False otherwise. The b… |
|
|
Transpose. Return a Frame with index as columns and vice versa. |
|
|
A hashable label attached to this container. Returns: Hashable |
|
|
A Series describing the shape of each iterated Frame. Returns: tp.Tuple[int] |
|
|
Return an iterator of values (Frame or Series) stored in this Batch. |
|
|
Return a new Batch with all values wrapped in either a Frame or Series. |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Method¶
Detail: Batch: 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 Batch with contained Frame rounded to the given decimals. Negative deci… |
|
|
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… |
|
|
Apply a function to each Frame contained in this Frame, where a function is give… |
|
|
Apply a function to each Frame contained in this Frame, where a function is give… |
|
|
Apply a function to each Frame contained in this Frame, where a function is give… |
|
|
Apply a function to each Frame contained in this Frame, where a function is give… |
|
|
Apply a clip operation to this Batch. Note that clip operations can be applied t… |
|
|
Apply count on contained Frames. |
|
|
Compute a covariance matrix. Args: axis: if 0, each row represents a variable, w… |
|
|
Return the cumulative product over the specified axis. Args: axis: Axis, default… |
|
|
Return the cumulative sum over the specified axis. Args: axis: Axis, defaulting… |
|
|
Return a Batch with contained Frame with duplicated rows (axis 0) or columns (ax… |
|
|
Return a Batch with contained Frame after removing rows (axis 0) or columns (axi… |
|
|
Return a Batch with contained Frame after removing rows (axis 0) or columns (axi… |
|
|
Return an axis-sized Boolean Series that shows True for all rows (axis 0) or col… |
|
|
||
|
Return a new Batch with contained Frame after filling falsy values with the prov… |
|
|
Return a new Batch with contained Frame after filling backward falsy values with… |
|
|
Return a new Batch with contained Frame after filling forward falsy values with… |
|
|
Return a new Batch with contained Frame after filling leading (and only leading)… |
|
|
Return a new Batch with contained Frame after filling trailing (and only trailin… |
|
|
Return a new Batch with contained Frame after filling null (NaN or None) with th… |
|
|
Return a new Batch with contained Frame after filling backward null (NaN or None… |
|
|
Return a new Batch with contained Frame after filling forward null (NaN or None)… |
|
|
Return a new Batch with contained Frame after filling leading (and only leading)… |
|
|
Return a new Batch with contained Frame after filling trailing (and only trailin… |
|
|
Return a Batch consisting only of the top elements as specified by count. Args:… |
|
|
Return the integer indices corresponding to the maximum values found. Args: skip… |
|
|
Return the integer indices corresponding to the minimum values found. Args: skip… |
|
|
Return a Batch with contained, same-indexed Frame indicating True which values a… |
|
|
Return a new Batch with contained Frame as a same-sized Boolean Frame that shows… |
|
|
Return a Batch with contained, same-indexed Frame indicating True which values a… |
|
|
Return the labels corresponding to the maximum values found. Args: skipna: if Tr… |
|
|
Return the labels corresponding to the minimum value found. Args: skipna: if Tru… |
|
|
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 a Batch with contained, same-indexed Frame indicating True which values a… |
|
|
Return a Batch with contained, same-indexed Frame indicating True which values a… |
|
|
Return the product along the specified axis. Args: axis: Axis, defaulting to axi… |
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Return a new Batch with an updated name attribute. |
|
|
Roll columns and/or rows by positive or negative integer counts, where columns a… |
|
|
Apply sample on contained Frames. Args: Number of labels to select from the inde… |
|
|
Shift columns and/or rows by positive or negative integer counts, where columns… |
|
|
Return a new Batch with contained Frame ordered by the sorted columns. |
|
|
Return a new Batch with contained :obj;Frame ordered by the sorted index. |
|
|
Return a new Batch with contained Frame ordered by the sorted values, where valu… |
|
|
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 Batch consisting only of the bottom elements as specified by count. Arg… |
|
|
Transpose. Return a Frame with index as columns and vice versa. |
|
|
Return a NumPy array of unqiue values. If the axis argument is provied, uniquene… |
|
|
||
|
Return the variance along the specified axis. Args: axis: Axis, defaulting to ax… |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Dictionary-Like¶
Detail: Batch: Dictionary-Like
|
Iterator of Frame labels, same as Batch.keys. |
|
|
Iterator of labels, Frame. |
|
|
Iterator of Frame labels. |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Display¶
Detail: Batch: Display
A Frame documenting the interface of this class. |
||
|
Provide a display of the Batch that does not exhaust the generator. |
|
|
Return str(self). |
|
|
Provide a Series-style display of the Batch. Note that if the held iterator is a… |
|
|
Maximize vertical presentation. Return a Display, capable of providing a string… |
|
|
Maximize horizontal presentation. Return a Display, capable of providing a strin… |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Selector¶
Detail: Batch: Selector
|
||
|
Label-based selection. |
|
|
||
|
||
|
||
|
||
|
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Operator Binary¶
Detail: Batch: Operator Binary
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Operator Unary¶
Detail: Batch: Operator Unary
|
||
|
||
|
||
|
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Accessor Datetime¶
Detail: Batch: 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. |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Accessor String¶
Detail: Batch: 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. |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Accessor Transpose¶
Detail: Batch: Accessor Transpose
|
Interface for using binary operators and methods with a pre-defined fill value. |
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Accessor Fill Value¶
Detail: Batch: Accessor Fill Value
|
Label-based selection where labels not specified will define a new container con… |
|
|
Label-based selection where labels not specified will define a new container con… |
|
|
Interface for using binary operators with one-dimensional sequences, where the o… |
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression
Batch: Accessor Regular Expression¶
Detail: Batch: 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… |
Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression