Skip to content

Cleaned and transformed the Superstore Sales dataset using Python and Pandas to prepare it for interactive dashboarding and business insights.

Notifications You must be signed in to change notification settings

yuvraj0412s/Superstore-eda-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧹 Superstore Sales Data Cleaning & Preprocessing

Python Pandas Status License

This project performs data cleaning and transformation on the Superstore Sales dataset to make it ready for interactive dashboarding and analytics.


πŸ“ Project Description

The Superstore dataset, often used for sales analytics, contains inconsistencies such as:

  • Extra spaces in column names
  • Missing postal codes
  • Incorrect date formats
  • Duplicate entries

This Python script processes the raw data into a clean, consistent, and analysis-ready format suitable for BI tools like Tableau or Power BI.


πŸ’‘ Features

  • βœ… Standardized column names (snake_case)
  • πŸ—“οΈ Converted date columns into datetime format
  • 🧱 Filled missing postal codes
  • 🧹 Removed duplicate records
  • πŸ“† Created a new month_year column for time-based analysis
  • πŸ’Ύ Exported final cleaned dataset for visualization

πŸ› οΈ Skills & Tools Used

Language Libraries Concepts Applied
Python pandas Data Cleaning & Preprocessing
datetime Time Series Handling
Missing Value Imputation
Feature Engineering (month_year)

πŸ“ File Structure

πŸ“¦ Superstore-Sales-Cleaning
β”œβ”€β”€ superstore_sales_dataset.csv          # Raw dataset (input)
β”œβ”€β”€ superstore_sales_cleaned_final.csv    # Cleaned, dashboard-ready output
β”œβ”€β”€ clean_superstore.py                   # Python script for cleaning
└── README.md                             # Project documentation

About

Cleaned and transformed the Superstore Sales dataset using Python and Pandas to prepare it for interactive dashboarding and business insights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages