Data cleaning web application for Hacklytics 2021
How to Run:
- Navigate to the project folder in Command Prompt/Terminal.
- Make sure you have all of the dependencies installed (namely Pandas and Flask)
- Run the python file app.py (you can use command python app.py).
- Navigate to http://localhost:5000/.
- Select a csv or excel file you want to clean, decide if you want to remove null values, and select the interpolation type.
- Feel free to build on top of it: this is a very rudimentary web app.