Skip to content

AbubakarMugha1/DataScienceProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

E-commerce Sales Analysis

Project Overview

This project focuses on data cleaning, exploratory analysis, and visualization of an e-commerce sales dataset. The goal is to uncover trends in payment methods, daily sales fluctuations, and other key business metrics. The EDA report can be found at: https://medium.com/@salmanajmal_4877/exploratory-data-analysis-on-pakistans-largest-e-commerce-dataset-1fad002c49e0

Jupyter Notebook Overview

The Jupyter Notebook performs the following tasks:

  1. Data Preprocessing

    • Handling missing values
    • Standardizing column names
    • Correcting data types
  2. Exploratory Data Analysis (EDA)

    • Analyzing payment method distribution
    • Visualizing daily sales trends
    • Identifying seasonal sales spikes
  3. Visualization

    • Bar charts for categorical insights (e.g., payment methods)
    • Line charts for time-series trends (e.g., daily sales)

Key Findings

  • Cash on delivery is the most used payment method.
  • Sales exhibit seasonal spikes, likely due to promotional events.

Requirements

To run this project, install the following dependencies:

  • Python 3.x
  • Jupyter Notebook
  • Pandas
  • Matplotlib
  • Seaborn
  • NumPy

How to Run

Follow these steps to execute the Jupyter Notebook:

  1. Install dependencies using pip:
    pip install pandas matplotlib seaborn numpy
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published