
Download the Indian sales data from Kaggle, extract the zip, and explore a dataset of about 11,000 rows and 13 columns, including customer ID, gender, age group, and amount spent.
Load your dataset in a Python environment (preferably Jupyter), import pandas and matplotlib, read a CSV or XLS, set the customer ID as index, and install required packages if needed.
Identify and handle missing data in a sales data set using python: inspect nulls with isnull and sum, then drop rows with missing values.
Use seaborn in python to create count plots that analyze sales by marital status, gender, and zone; reveal that unmarried customers shop more and central zone leads.
Plot readable charts in Python by increasing figure size and rotating x-axis labels. The graphs show the market is driven by food and clothing items, with IT sector purchases leading.
Analyze the interrelation of occupation and gender with a hue-based bar chart to compare purchasing power across genders in sales data analysis in Python.
Classify occupation by age group to build Seaborn bar graphs with seven age groups and a legend, revealing that the 26 to 35 segment dominates purchases across occupations.
Hi there, welcome to this course of Sales data analysis in python. Its for you if you want to get started or in field of data analysis. We will go advanced in data analysis through graphs in python.
We hope you are already familiar with the language 'English' just. Yeah! Even if you are beginner you can start this course and will hopefully enjoy it!
In this course we will be extracting meaningful information from a large dataset with 11k data points. Its a large data with many columns like customer id, name, number of orders, amount spent etc.
We will be using an Indian sales dataset. The dataset contain almost 10k rows of data with many columns like customer name, costumer id, product customer bought, amount he spent, number of orders he made and a few more.
What we will do in this course:
Clean our data
Analyze it
Extract some patterns in data
Extract product giving good result economically
Extract the type of audience interested in shopping
And much more! gear up!
It is advanced that you should practice the codes as well with us. This will create a strong base of yours in the field of data science and analytics.
Good luck for your journey!