Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 426 Bytes

Fariz Eda's Submission Dashboard ✨

Proyek Analisis Data: E-Commerce Public Dataset

Setup environment

conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel

Run steamlit app

cd dashboard
streamlit run dashboard.py