pandasΒΆ
Module to export native pandas based pipeline operators
Cast a pandas object to a specified dtype dtype. |
|
Concatenate multiple dataframes into a single one. |
|
Operator to convert a column feature from string to datetime |
|
Corr operator |
|
Operator to convert a continuous variable to a categorical variable, useful for binning data |
|
Remove duplicate values from one or more dataframes. |
|
Remove missing values from one or more dataframes. |
|
Drop NaN values from one or more dataframes |
|
Fill NaN values for one or more dataframes |
|
Groupby Operator |
|
Normalize semi-structured JSON data into a flat table. |
|
Mean operator |
|
Merge multiple dataframes into a single one. |
|
Pivots a dataframe |
|
|
Pivots a dataframe and realigns its columns to remove any multi-indices. |
Operator to convert a continuous variable to a categorical variable, useful for binning data |
|
Renames dataframe elements (rows, columns) using Pandas rename method. |
|
Replaces values in multiple dataframes based on Pandas replace method. |
|
Resets the DataFrame index. |
|
Rolling Operator |
|
Set the DataFrame index using existing columns. |
|
Sort multiple dataframes based on some keys |
|
Sum operator |