Learn Before
Concept

NaN (Not a Number)

In data analysis, NaN (an acronym for 'Not a Number') is a special floating-point value used computationally to represent missing or undefined numerical data. For example, when pandas loads a CSV file containing empty fields or explicitly written NA entries, it automatically parses and represents them as NaN, serving as the programmatic indicator for missing values.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related