Missing values — pandas 3.0.0.dev0+2100.gf496acffcc documentation (original) (raw)
NA is the way to represent missing values for nullable dtypes (see below):
NA | NA ("not available") missing value indicator. |
---|
NaT is the missing value for timedelta and datetime data (see below):
NaT | (N)ot-(A)-(T)ime, the time equivalent of NaN. |
---|