Missing values#
NA is the way to represent missing values for nullable dtypes (see below):
NA ("not available") missing value indicator. |
NaT is the missing value for timedelta and datetime data (see below):
(N)ot-(A)-(T)ime, the time equivalent of NaN. |