Reactive Functions in Meerkat
Contents
Reactive Functions in Meerkat¶
Meerkat provides some reactive functions out of the box.
General¶
Return the absolute value of the argument. |
|
Return True if bool(x) is True for all values x in the iterable. |
|
Return True if bool(x) is True for any x in the iterable. |
|
Overloaded |
|
Return the hexadecimal representation of an integer. |
|
Return the number of items in a container. |
|
Return the octal representation of an integer. |
|
Return the sum of a 'start' value (default: 0) plus an iterable of numbers |
|
Boolean Operations¶
Overloaded |
|
Overloaded |
|
Overloaded |
DataFrame Operations¶
Perform a clusterby operation on a DataFrame. |
|
Concatenate a sequence of columns or a sequence of `DataFrame`s. |
|
Perform a clusterby operation on a DataFrame. |
|
Perform a groupby operation on a DataFrame or Column (similar to a DataFrame.groupby and Series.groupby operations in Pandas).j. |
|
Perform a database-style join operation between two DataFrames. |
|
Select a random sample of rows from DataFrame or Column. |
|
Shuffle the rows of a DataFrame or Column. |
|
Sort a DataFrame or Column. |