๐งพ 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