Skip to content

danalvr/Data-Analysis-Python-Assignment-Dicoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Public Data Analysis with Python - Dicoding

Table of Contents

Project Structure

  • 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.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/danalvr/Data-Analysis-Python-Assignment-Dicoding.git
  1. Go to the project directory
cd Data-Analysis-Python-Assignment-Dicoding-main
  1. Install the required Python packages by running:
pip install -r requirements.txt

Usage

  1. Data Wrangling: Data wrangling scripts are available in the notebook.ipynb file to prepare and clean the data.

  2. 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.

  3. 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.

Data Sources

The project uses E-Commerce Public Dataset from https://drive.google.com/file/d/1MsAjPM7oKtVfJL_wRp1qmCajtSG1mdcK/view

About

Learn Data Analysis with Python | Dicoding | Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors