Overview: Batch: Method
|
Support the __array__ interface, returning an array of values. |
|
|
Support for NumPy elements or arrays on the left hand of binary operators. |
|
|
Raises ValueError to prohibit ambiguous use of truthy 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… |
|
|
Selector of columns by label. Args: key: A loc selector, either a label, a list… |
|
|
Apply a single dtype to all columns. |
|
|
Apply a clip operation to this Batch. Note that clip operations can be applied t… |
|
|
Compute a correlation matrix. Args: axis: if 0, each row represents a variable,… |
|
|
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 Values | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic | Accessor Reduce