Analyzed supermarket data to reveal top products, city sales trends, payment preferences, and customer ratings. Explored revenue by category and customer type, and assessed time-based sales patterns.
- Importing the required libraries
- Loading the Dataset
- Basic Understanding of Data
- Data Preprocessing
- Exploratory Data Analysis (EDA) along with Insights
- Summary of Insights
- Top Performing Product Line
- Total Sales and Revenue Trend
- City-wise Sales Distribution
- Top Performing Cities
- Preferred Payment Methods
- Customer Rating Analysis
- Category-wise Revenue
- Customer Type Analysis
- Time-based Sales Trend
Technologies Used
Developed using Python with:
- Pandas: Data manipulation and analysis
- NumPy: Numerical calculations
- Matplotlib & Seaborn: Data visualization
- Jupyter Notebook: Interactive analysis
CSV Dataset: Analyzed data from a CSV file using Pandas
- supermarket_sales
- Bar Charts
- Line Graphs
- Heatmaps
- Boxplots
- Pie Charts
- Pandas Functions:
groupby
,merge
,describe
,time_series_analysis
- Feature Engineering: Creating new features and transforming existing ones for improved analysis
- EDA: Univariate and Bivariate Analysis and more.