Learn how and when to tackle missing data with deletion, single imputation, linear interpolation, and multiple imputation techniques.
Nearly every dataset you'll come across has missing data. So what are you going to do about it? This course will help you identify different types of missing data and how to address each using techniques in Python.
### Take-Away Skills
This course will teach you how to use deletion, LOCF, NOCB, linear interpolation, and multiple imputation techniques to address Structurally Missing Data, MCAR, MAR, and MNAR data.
### Note on Prerequisites
We recommend you have some knowledge of Python, as well as the pandas library before taking this course.
Nearly every dataset you'll come across has missing data. So what are you going to do about it? This course will help you identify different types of missing data and how to address each using techniques in Python.
### Take-Away Skills
This course will teach you how to use deletion, LOCF, NOCB, linear interpolation, and multiple imputation techniques to address Structurally Missing Data, MCAR, MAR, and MNAR data.
### Note on Prerequisites
We recommend you have some knowledge of Python, as well as the pandas library before taking this course.