Skip to content

Data analysis project on Diwali sales using Python libraries like Pandas, Matplotlib, and Seaborn. The notebook includes gender, age group, state-wise, and marital status-based purchasing insights to help understand customer behavior.

Notifications You must be signed in to change notification settings

Whoikram/Diwali_sales_python_data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงพ Diwali Sales Data Analysis โ€“ Ikram Ali This project focuses on analyzing a Diwali sales dataset using Python and popular data analysis libraries. The goal is to uncover valuable business insights from customer behavior during the festive season.

๐Ÿ“Š Key Objectives: Understand customer demographics (gender, age, marital status)

Analyze purchasing trends across states and occupations

Identify top-performing product categories

Visualize key patterns to support data-driven decision-making

๐Ÿ› ๏ธ Libraries Used: NumPy โ€“ for numerical operations

Pandas โ€“ for data cleaning and manipulation

Matplotlib โ€“ for plotting charts

Seaborn โ€“ for attractive statistical visualizations

%matplotlib inline โ€“ to display plots inside the notebook

๐Ÿงฎ Operations Performed: Data loading using pd.read_csv() with encoding handling

Null value treatment using isnull().sum() and dropna()

Dropping unwanted columns and data type conversion

Exploratory data analysis with groupby(), describe()

Visualization with countplot(), barplot(), and plt.show()

๐Ÿ“Œ Insights Generated: Gender-wise and age-wise purchasing behavior

State-wise revenue and order comparisons

Impact of marital status on spending habits

Popular product categories and customer trends by occupation

๐Ÿ“ซ Connect with me on Fiverr: www.fiverr.com/whoikram ๐Ÿ“‚ Notebook: Diwali Sales Project Ikram Ali.ipynb

About

Data analysis project on Diwali sales using Python libraries like Pandas, Matplotlib, and Seaborn. The notebook includes gender, age group, state-wise, and marital status-based purchasing insights to help understand customer behavior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published