Data Analysis Project using Python(Data Cleaning and manipulation - Numpy, Pandas; Data Visualization - Seaborn, matplotlib) The notebook includes code for:
- Cleaning the dataset - finding the missing values and imputing them with mean/median/mode.
- Finding the duplicates and removing them.
- Converting the datatypes accordingly.
- Finding the statistical summary of the dataset and insights drawn from it.
- Performing the Explanatory Data Analysis (EDA) - Univariate, Bivariate and Multivariate Analysis.
- Finding the outliers and imputing/removing them without the loss of data.
- Customer Profiling and Insights and Business recommendations.