Computation#
Compute absolute values. |
|
Compute the element-wise value for the inverse cosine. |
|
Compute the element-wise value for the inverse hyperbolic cosine. |
|
Compute the element-wise value for the inverse sine. |
|
Compute the element-wise value for the inverse hyperbolic sine. |
|
Compute the element-wise value for the inverse tangent. |
|
Compute the element-wise value for the inverse hyperbolic tangent. |
|
Get index values where Boolean Series evaluate True. |
|
Get unique index as Series. |
|
Compute the cube root of the elements. |
|
Compute the element-wise value for the cosine. |
|
Compute the element-wise value for the hyperbolic cosine. |
|
Compute the element-wise value for the cotangent. |
|
|
Get an array with the cumulative max computed at every element. |
|
Get an array with the cumulative min computed at every element. |
|
Get an array with the cumulative product computed at every element. |
|
Get an array with the cumulative sum computed at every element. |
|
Get an array with the cumulative max computed at every element. |
|
Get an array with the cumulative min computed at every element. |
|
Get an array with the cumulative product computed at every element. |
|
Get an array with the cumulative sum computed at every element. |
|
Run an expression over a sliding window that increases |
|
Calculate the first discrete difference between shifted items. |
|
Compute the dot/inner product between two Series. |
|
Computes the entropy. |
|
Exponentially-weighted moving average. |
|
Exponentially-weighted moving standard deviation. |
|
Exponentially-weighted moving variance. |
Compute the exponential, element-wise. |
|
|
Hash the Series. |
|
Get a boolean mask of the values that fall between the given start/end values. |
|
Compute the kurtosis (Fisher or Pearson) of a dataset. |
|
Compute the logarithm to a given base. |
Compute the base 10 logarithm of the input array, element-wise. |
|
Compute the natural logarithm of the input array plus one, element-wise. |
|
|
Replace values in the Series using a remapping dictionary. |
|
Computes percentage change between values. |
Get a boolean mask of the local maximum peaks. |
|
Get a boolean mask of the local minimum peaks. |
|
|
Assign ranks to data, dealing with ties appropriately. |
|
Replace values according to the given mapping. |
|
Apply a custom rolling window function. |
|
Compute a custom rolling window function. |
|
Apply a rolling max (moving max) over the values in this array. |
|
Apply a rolling mean (moving mean) over the values in this array. |
|
Compute a rolling median. |
|
Apply a rolling min (moving min) over the values in this array. |
|
Compute a rolling quantile. |
|
Compute a rolling skew. |
|
Compute a rolling std dev. |
|
Apply a rolling sum (moving sum) over the values in this array. |
|
Compute a rolling variance. |
Find indices where elements should be inserted to maintain order. |
|
Compute the element-wise indication of the sign. |
|
Compute the element-wise value for the sine. |
|
Compute the element-wise value for the hyperbolic sine. |
|
|
Compute the sample skewness of a data set. |
Compute the square root of the elements. |
|
Compute the element-wise value for the tangent. |
|
Compute the element-wise value for the hyperbolic tangent. |