An open API service indexing awesome lists of open source software.

https://github.com/ranish-shrestha/sales_data_analysis

Sales data analysis using Python.
https://github.com/ranish-shrestha/sales_data_analysis

data-analysis-python python-project

Last synced: 2 months ago
JSON representation

Sales data analysis using Python.

Awesome Lists containing this project

README

          

# Sales Data Analysis

This project is an exploratory analysis of Diwali sales data, using Python libraries such as Pandas, Matplotlib, and Seaborn to analyze and visualize trends based on various factors like gender.

### Project Overview

This analysis aims to identify sales patterns during the Diwali season, with a particular focus on understanding how different demographics contribute to overall sales. Through data cleaning, transformation, and visualization, the project provides insights into consumer behavior by Gender, Age, State, Marital Status, Occupation, and Product Category.

### Requirements

Install following Python libraries to run the code:

- `numpy`
- `pandas`
- `matplotlib`
- `seaborn`

To install these dependencies, use the following command:

```sh
pip install numpy pandas matplotlib seaborn
```

### Usage

To run the code, load the `Diwali Sales Data.csv` file into the same directory as your script, then execute the script in a Jupyter notebook or your preferred Python environment.

### Conclusion

This analysis provides insights into consumer behavior based on gender, age, states and occupation during the Diwali season. It can guide marketing and sales strategies by highlighting which demographics contribute more significantly to sales.