Available data transformations in PandasAI
column
(str): The current column namenew_name
(str): The new name for the columnold_name
to new_name
.
TransformationManager
:
.df
attribute returns the transformed DataFrame.
sales_data.csv
with the following structure:
schema.yaml
file to define the transformations: