Final Project
Final Project
OPTIMIZATION
PRESENTED BY : SEEMA M
INTRODUCTION
• Retail stores handle large amounts of sales data daily. Optimizing sales
operations can lead to increased profits and better customer
satisfaction. This project focuses on identifying sales patterns,
optimizing product placement, and forecasting future trends.
PROJECT OBJECTIVES
Data Visualization
Used Power Bi and python to build visualizations
and Dashboard showing Patient Trends
DATASET OVERVIEW
The dataset used in this project is the Superstore Sales dataset, which includes the following key columns:
• Product ID: Unique identifier for each product.
• Category: Product category (e.g., Furniture, Office Supplies).
• Store ID: Unique identifier for each retail store.
• Date: The date of the transaction.
• Sales: The total sales value for the product sold.
• Discount: The discount applied to the product during the transaction.
• Profit: The profit made from the sale of the product.
DATA CLEANING
• Prepare the data for analysis by handling missing values, removing duplicates, and ensuring
consistency
• Removing Duplicates : Identified and removed duplicate rows to ensure data integrity.
• Handling Missing Values: Numerical columns (e.g. Sales, Profit) were filled with the mean or
median values.
• Categorical columns (e.g., Category) were filled with the mode to ensure consistency.
• Ensuring Data Consistency:
• Converted date columns into proper date time format.
• Checked for any outliers or incorrect data types and rectified them.
KEY INSIGHTS
CLEANED DATASET
EXPLORATORY DATA ANALYSIS (EDA)