Skip to content

swapnilgore112/Superstore-Data-Analysis-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Data analysis of the Superstore dataset, which contains transactional data from a fictitious retail store. The dataset includes various features such as order information, customer details, product categories, and sales figures. The objective is to analyze the data and extract meaningful insights that can help improve business decisions.

Steps Performed Data Loading and Exploration:

Loaded the Superstore dataset using Pandas. Explored the dataset to understand its structure and content. Checked for missing values and performed basic data cleaning. Data Aggregation:

Aggregated data by different dimensions such as 'State', 'City', 'Product', and 'Ship Mode'. Calculated total sales, total profit, and average discount for various groupings. Data Visualization:

Created various visualizations to uncover trends and patterns in the data. Used Matplotlib, Seaborn, and Plotly for creating insightful charts and graphs. Key Analyses and Visualizations:

Top 10 Products by Sales: Identified and visualized the top 10 products based on total sales using a bar chart. Trends of Sales, Profit, and Discount Over Time: Plotted line graphs to show how sales, profit, and discount trends vary over time. Sales, Profit, and Discount by State: Created bar charts to display sales, profit, and discount metrics for each state. Top 10 Cities by Sales: Analyzed and visualized the top 10 cities by total sales using bar charts. Key Findings Top Performing Products: Identified the products that contribute the most to total sales. Seasonal Trends: Observed seasonal trends in sales, profit, and discount, indicating peak periods for the business. Regional Performance: Analyzed performance across different states and cities to identify regions with high sales and profit. Shipping Mode Preferences: Visualized the average use of different shipping modes to understand customer preferences. Tools and Libraries Used Pandas: For data loading, cleaning, and aggregation. Matplotlib: For creating basic static visualizations. Seaborn: For enhanced and more aesthetically pleasing visualizations. Plotly: For creating interactive visualizations. Conclusion The analysis provided valuable insights into the sales performance, profitability, and discount patterns of the Superstore. These insights can help the business make data-driven decisions to improve sales strategies, optimize product offerings, and enhance customer satisfaction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published