A Python script that automates the process of generating data reports from CSV files.
Data Report Generator is a Python script that simplifies the task of generating data reports from CSV files. It uses the Pandas library to perform basic data analysis and calculations on the input data and outputs the results into a new CSV report file.
- Read data from CSV files
- Calculate summary statistics
- Calculate column means, maximum values, and minimum values
- Write the data report to a new CSV file
- Python 3.7 or higher
- Pandas library