automated-data-transformation
v1.0.2
Published
Automated Data Transformation
Downloads
3
Readme
Automated Data Transformation
This script automates the process of transforming data stored in a CSV file. It reads the data, performs transformation operations, and saves the transformed data to a new CSV file.
Instructions:
Ensure you have Python and pandas library installed. Place your input CSV file in the same directory as the script. Modify the input_file variable in the script according to your file name. Run the script.