Sales data analysis for Zudio using Python.
- This project analyzes Zudio's sales data using Python, Pandas, Matplotlib and Seaborn in Google Colab.
- It includes data cleaning, exploratory data analysis(EDA), and visualizations using various charts.
- It uses Zudio's sales dataset to uncover trends, patterns, and insights in the retail clothing industry.
- Data Cleaning
- Converted date fields into a standard datetime format
- Removed duplicate records to ensure data accuracy
- Handled missing values
- Exploratory Data Analysis (EDA)
- Clothing Type Distribution: Identified the most popular product categories using various charts.
- Sales Over Time: Used a line chart to track performance trends across store opening dates.
- Store-wise Performance: Compared sales distribution across different stores.
- Visualization
- Created 4 key charts using Matplotlib and Seaborn libraries in python.
- Saved charts in high resolution for reporting.
- Python(Pandas, Matplotlib, Seaborn)
- Google Colab (for notebook execution)
- Kaggle.com for dataset file.