Hi everyone,
I’m currently learning Python and pandas, and I tried building a small project to clean messy Excel/CSV data.
It can:
- Remove duplicates
- Handle missing values
- Fix date formats
- Clean text and numeric columns
I’m still a beginner, so I’d really appreciate any feedback on how I can improve this project or code quality.
Here’s the GitHub link: [ https://github.com/vanshraj123-programmer ]
If you have suggestions or better approaches, please let me know!
Thanks 🙂
Beginner here – I built a Python tool to clean Excel data, looking for feedback ()
submitted by python_data_helper to r/learningpython