This Python script automates the process of converting CSV files into HTML reports. It is designed to read a CSV file, clean the data by trimming spaces and filling missing values, generate an HTML report, and save a cleaned version of the CSV file.
- Data Cleaning: Trims spaces and fills missing values with a placeholder.
- HTML Report Generation: Creates a neatly formatted HTML report from CSV data.
- Dynamic Report Titling: Allows for custom titles on the generated HTML reports.
- Python 3.x
- Pandas Library
To install Pandas, run the following command:
pip install pandas