dashboard/: This directory contains dashboard.py which is used to create dashboards of data analysis results.data/: Directory containing the raw CSV data files.notebook.ipynb: This file is used to perform data analysis.README.md: This documentation file.
- Clone this repository to your local machine:
git clone https://github.com/danalvr/Data-Analysis-Python-Assignment-Dicoding.git
- Go to the project directory
cd Data-Analysis-Python-Assignment-Dicoding-main
- Install the required Python packages by running:
pip install -r requirements.txt
-
Data Wrangling: Data wrangling scripts are available in the
notebook.ipynbfile to prepare and clean the data. -
Exploratory Data Analysis (EDA): Explore and analyze the data using the provided Python scripts. EDA insights can guide your understanding of e-commerce public data patterns.
-
Visualization: Run the Streamlit dashboard for interactive data exploration:
cd Data-Analysis-Python-Assignment-Dicoding-main
streamlit run dashboard/dashboard.py
Access the dashboard in your web browser at http://localhost:8501.
The project uses E-Commerce Public Dataset from https://drive.google.com/file/d/1MsAjPM7oKtVfJL_wRp1qmCajtSG1mdcK/view