operators.rename.ColumnRenamer
- class operators.rename.ColumnRenamer(column_map)
- Preprocessor that renames columns - This operator is used to rename columns in the passing dataframe according to a provided renaming dictionary - Parameters- Parameters
 - Name - Type - Default - Info - column_map - Dict[str, str]- A dictionary mapping old column names to new column names.