Skip to content

dalebmisc/eda-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

eda-app

Watch the tutorial video

How to build an EDA app using Pandas Profiling | Streamlit #19

How to build an EDA app using Pandas Profiling | Streamlit #19

Demo

Launch the web app:

Streamlit App

Reproducing this web app

To recreate this web app on your own computer, do the following.

Create conda environment

Firstly, we will create a conda environment called eda

conda create -n eda python=3.7.9

Secondly, we will login to the eda environment

conda activate eda

Install prerequisite libraries

Download requirements.txt file

wget https://raw.githubusercontent.com/dataprofessor/eda-app/main/requirements.txt

Pip install libraries

pip install -r requirements.txt

Download and unzip contents from GitHub repo

Download and unzip contents from https://github.com/dataprofessor/eda-app/archive/main.zip

Launch the app

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%