Learn Before
Concept

Missing Values

In data science, missing values (often represented programmatically as NaN) occur when entries in a dataset are empty or undefined, resulting from missing data collection or parsing errors. These incomplete records are a persistent challenge in data preprocessing and must be deliberately handled before training a model, typically through either imputation (estimating replacement values) or deletion (discarding the incomplete rows or columns).

0

1

Updated 2026-05-01

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Learn After