Data cleaning and operation functions
Performs arithmetic operations on numerical columns
Perform data type standardization
Performs null data handling on selected columns
Performs identification and removal of duplicate rows
Performs removal of special characters
Performs removal of whitespace
Performs case conversion
Performs sorting of dataframe
Performs replacement of substrings
Performs conversion of unix datetime format to standard datetime format
Performs identification of datetime property on datetime columns
Performs standardization of timestamps
Performs standardization of timestamps
Performs extraction and manipulation of specific date and time components
Performs adjustment of dates and times to the nearest specified unit
Performs conversion of datetime column to a specific timezone
Performs resampling of dataframe
Performs filtering based on certain conditions
Performs aggregation of dataframe
Performs trigonometric operation on numerical columns
Performs exponential logarithmic operation on numerical columns
Preforms rounding of columns in the dataframe
Preforms calculation of absolute values for numerical columns
Performs removal of numerical columns with constant values
Performs splitting of datetime columns into date and time
Performs cumulative division on numerical columns
Performs cumulative maximum on numerical columns
Performs cumulative minimum on numerical columns
Performs cumulative product on numerical columns
Performs cumulative sum on numerical columns
Performs datetime lag difference on datetime columns
Performs drop or removal of selected columns
Performs filtering of selected columns by index
Performs filtering of selected columns by position
Performs lag of selected numerical columns
Performs lead of selected numerical columns
Performs calculation of percentage change between two values.
Performs assignment of ranks to each value of the selected numerical columns
Performs removal of index column after resetting
Performs finding of the remainder after dividing one number by another
Performs rearrangement of the dataframe to group data by specific selected columns
Performs concatenation of two or more dataframes
Performs merging of multiple dataframes into a single dataframe. It aligns data based on common columns
Performs renaming of selected columns of dataframe
Performs the Replace Value function on the specified columns of the dataframe
Performs Range-Based Replacement to the specified columns of the dataframe
Performs Difference with lag to the specified columns of the dataframe
Performs Data Type Conversion to the specified columns of the dataframe
Performs deletion of rows by index on the specified columns of the dataframe
Performs setting of row value as column names
Performs creation of new column with user provided constant value
Last updated