This project provides an in-depth analysis of Black Friday sales data. The analysis delves into key customer demographics, purchasing behaviors, and product trends to uncover insights that can guide strategic decision-making. By exploring multiple dimensions of the data, this project aims to enhance understanding of consumer preferences during Black Friday sales.
- Overview
- Dataset
- Analysis Scope
- Analysis Highlights
- Technologies Used
- How to Run
- Results and Insights
- Contributing
- License
Black Friday sales represent a major retail event characterized by high-volume consumer activity. This analysis focuses on understanding the interplay of various demographic and behavioral factors that drive sales. By using data visualization and statistical methods, we aim to identify patterns and trends to answer key questions about customer purchasing behavior.
The dataset used in this project contains transactional data from a Black Friday sales event.
Key attributes include:
- Demographics: Age, Gender, Marital Status
- Behavioral: Product ID, Purchase Amount
- Occupational Data: Occupation and City Tier
The analysis is divided into the following sections:
- Examines how age groups correlate with marital status in determining purchasing power.
- Identifies trends in spending behavior across single and married individuals.
- Analyzes purchasing patterns based on customers’ occupations.
- Highlights which product categories are preferred by specific occupational groups.
- Provides deeper insights into how marital status affects spending within different age groups.
- Identifies demographic segments with the highest contribution to sales.
- Compares purchasing trends between male and female customers.
- Evaluates the influence of gender on product preference and spending behavior.
- Combines multiple dimensions, including age, occupation, and city tier, to gain holistic insights.
- Visualizes relationships between demographic features and total sales.
- Programming Language: Python
- Libraries:
- Pandas (Data manipulation)
- Matplotlib & Seaborn (Data visualization)
- NumPy (Numerical computations)
- Jupyter Notebook: For interactive data analysis.
- Clone this repository:
git clone https://github.com/venkat-0706/Black-Friday.git
- Navigate to the project directory:
cd Black-Friday
- Install dependencies:
pip install -r requirements.txt
- Run the Jupyter Notebook:
jupyter notebook BlackFridayAnalys.ipynb
- Age & Marital Status: Married individuals in the 26-35 age group contribute the most to total sales.
- Occupation Trends: Certain occupations show a strong preference for high-value products.
- Gender Analysis: Males tend to spend more, but females show more diverse product preferences.
- Multi-Dimensional Insights: Customers from Tier 1 cities in the 26-45 age range dominate high-value purchases.
Contributions are welcome! If you'd like to enhance this project or add new analysis dimensions, please feel free to:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m "Add your feature"
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License.
For any queries, feel free to reach out:
- Email: chanduabbireddy247@gmail.com
- GitHub: venkat-0706
- Linkedin: chandu0706.
This template is modular, informative, and user-friendly, making it perfect for a GitHub repository. Adjust details like the repository URL and contact information as needed.