In this project,
Shopping Trends dataset, csv is used for the following purposes
- Data Cleaning - identifying missing values and removing duplicates.
- Data Analysis - finding out the patterns such as the most popular payment method, the most purchased item generally or by a specific gender, the location with the highest sales
- Visulization - bar chart aka countplot is used.
The following Python Libraries were used to carry out this project.
- Pandas - for analyzing data
- Numpy - for performing calculation for data summariy
- Seaborn - for data visualization
- Matplotlib - for data visualization