Skip to content

keegush/CSV-to-HTML-Report-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CSV to HTML Report Generator

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Pandas Library

To install Pandas, run the following command:

pip install pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages