
Member-only story
DATA SCIENCE, EDITORIAL, PROGRAMMING
Handling Missing Values in Pandas
A hands-on visual tutorial on how to detect and handle missing data in pandas
Author(s): Pratik Shukla, Roberto Iriondo
The most crucial and time-consuming part of any data science project is data cleansing and preparation. Thankfully, there are many powerful tools available that help us expedite this process.
The pandas’ library is one of the widely used data analysis libraries in python. Before using our models to perform data analysis on our data, it is critical to find any missing values that may affect our outputs.
Missing data occurs when a user being surveyed does not share their data. This tutorial will dive into a few methods that will help us identify and remove such missing data with the help of pandas.
The companion materials for this tutorial can be found under our resources section.