Skip to content

Harshit2012/CSV-Fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CSV-Fixer

Format and clean csv file.

MIT License GitHub Release Forks Stars

Preview (1)

Features

  • Easy to use
  • Format and clean the csv
  • Give summary report
  • The app contain progress bar

Technologies used

Python

Example csv

Name,Age,Gender,Height,Weight,Country
John Doe,28,Male,175,70,USA
Jane Smith,34,Female,160,55,UK
Mike Johnson,45,Male,180,90,Canada
Emily Davis,23,Female,165,60,Australia
Sarah Brown,NaN,Female,170,65,New Zealand
David Wilson,30,Male,NaN,80,USA
Laura Taylor,29,Female,162,52,NaN
Chris Lee,NaN,Male,172,75,UK

To install libraries

Tkinter

pip install tk

numpy

pip install numpy

matplotlib

pip install matplotlib

pandas

pip install pandas

To run

python csv_fixer.py

Contribution

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

License

This repository is licensed under MIT License