Format and clean csv file.
- Easy to use
- Format and clean the csv
- Give summary report
- The app contain progress bar
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
pip install tk
pip install numpy
pip install matplotlib
pip install pandas
python csv_fixer.py
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
This repository is licensed under MIT License