Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 586 Bytes

2021-Hacklytics-DataCleaning

Data cleaning web application for Hacklytics 2021

How to Run:

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