This project is part of the CodeAlpha Data Analytics Internship. The objective is to perform Exploratory Data Analysis (EDA) and Data Visualization on a retail Superstore dataset to extract meaningful business insights.
- Dataset: Superstore Sales Dataset
- Format: CSV
- Records: 9,994 rows and 21 columns
The following analysis was performed:
- Dataset structure and size
- Data types identification
- Missing values check
- Statistical summary
- Category-wise sales analysis
- Region-wise profit analysis
Visualizations created using Matplotlib and Seaborn:
- Sales by Category (Bar Chart)
- Profit by Region (Bar Chart)
- Sales Distribution (Histogram)
- Technology category generates the highest sales and profit.
- The West region is the most profitable region.
- Most sales values are concentrated in the lower range, with few high-value orders.
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- VS Code
- Task 2: Exploratory Data Analysis
- Task 3: Data Visualization
Aaryan
CodeAlpha Data Analytics Intern