Course
Handling Missing Data
Learn how and when to tackle missing data with deletion, single imputation, linear interpolation, and multiple imputation techniques.
Try course
1,518 learners enrolled
Skill level
BeginnerTime to complete
Approx. 1 hoursCertificate of completion
Included with paid plansPrerequisites
3 coursesWe suggest you complete the following courses before you get started with Handling Missing Data:- Data Wrangling and Tidying
- Data Wrangling and Tidying
- Learn Data Analysis with Pandas
About 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.
Syllabus
0 lessons • 0 projects • 0 quizzesThe platform
Hands-on learning
Don’t just watch or read about someone else coding — write your own code live in our online, interactive platform. You’ll even get AI-driven recommendations on what you need to review to help keep you on track.
Handling Missing Data course ratings and reviews
67 ratings
- 5 stars
- 4 stars
- 3 stars
- 2 stars
- 1 star
- The progress I have made since starting to use codecademy is immense! I can study for short periods or long periods at my own convenience - mostly late in the evenings.ChrisCodecademy Learner @ USA
- I felt like I learned months in a week. I love how Codecademy uses learning by practice and gives great challenges to help the learner to understand a new concept and subject.RodrigoCodecademy Learner @ UK
- Brilliant learning experience. Very interactive. Literally a game changer if you're learning on your own.John-AndrewCodecademy Learner @ USA
Our learners work at
Unlock additional features with a paid plan
Practice Projects
Guided projects that help you solidify the skills and concepts you're learning.Assessments
Auto-graded quizzes and immediate feedback help you reinforce your skills as you learn.Certificate of Completion
Earn a document to prove you've completed a course or path that you can share with your network.
Join over 50 million learners and start Handling Missing Data today!
Try courseFrequently asked questions about Handling Missing Data
Nothing is perfect, and computers are no exception. Sometimes the data we collect is missing values for a given variable, which can skew analysis and results if not properly addressed.