Marketing Analytics - Session-3
Abhishek Kumar | Boston University
Webinar - Marketing Analytics
Agenda
- Quick recap so far
- Jupyter notebook features
- Starting with Data Exploration
- Best Practices in Data Exploration using python
Jupyter Notebook
- Quick Recap
- Importing data
- Review the data
- head(), tail(), shape()
- describe(),drop(), info(), sum(), fillna(0),groupby()
Operations Today
- Removing Null from the dataset
- isNaN, fillNa,dropna
- Sorting by column
- sort_values
- Accessing column’s value
- Using matplotlib
- Using seaborn
Data Exploration
- Bar Plot
- Scatter Plot
- Hist Plot
- Distribution Plot
Webinar - Marketing Analytics

Webinar 03 - Data Analysis with Python and Jupyter Notebook