With Streamlit, which makes it easy to create and share beautiful, custom web apps for machine learning and data science, a simple wep app is designed to do a qeuick EDA for a CSV file. The repo contains the following:
- app.py: runs Streamlit commands.
- clean.py: executes cleaning tasks for the dataset itself.
- helper.py: helping functions used in clean.py file.
- dashboard.csv: the initial data file.
- final_dataset.csv: the final output generated by clean.py
Find more: