This project seeks to apply Data Analysis skills to a shopping cart dataset and draw several cruicial insights from it.
There are several deductions and analyses that can be drawn from this data which includes the following:
-
Which products were sold the most in the last month?
-
How have sales and revenue changed over the past few quarters?
-
Understanding Customer demographics and their preferences**
Kindly take note of the following libaries and models below:
import warnings
warnings.filterwarnings("ignore")
IMPORT THE FOLLOWING LIBRARIES:
import pandas as pd
import numpy as np
import seaborn as sns
from scipy import stats
from matplotlib import pylab as plt
from statsmodels.graphics.gofplots import qqplot
from IPython.core.interactiveshell import InteractiveShell
- Data Collection
- Data Preprocessing
- Exploratory Data Analysis (EDA)
- Feature Engineering
- Getting insight from the data