Back to Homepage Schedule Challenges Data Sets Data Cleaner

Hacklytics 2022


February 18th - 20th, 2022


Schedule Challenges Data Sets Data Cleaner

Hacklytics 2021


February 2022


Schedule Challenges Data Sets Data Cleaner
Schedule
Friday
Saturday
Sunday

* All events will be in in EST time zone

Check Discord for More Info!

Data Sets
Name Type Description
Data Cleaner

What is it?


The data cleaner is a web application that allows users to upload csv and excel files that they want to be cleaned. It allows users to drop null values and apply certain types of interpolation. Please note, you must have Python installed to use it.

How to Use It:

  1. Clone the repo from Github here!
  2. Navigate to the project folder in Command Prompt/Terminal.
  3. Make sure you have all dependencies installed: namely Pandas and Flask
  4. Run the python file app.py (you can use command python app.py)
  5. Navigate to http://localhost:5000/.
  6. Upload your csv or excel file, decide if you want to remove null values, and select the interpolation type.

This is a rudimentary web app, so feel free to build on top of it!