Missing values — pandas 3.0.0rc0+33.g1fd184de2a 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. |
|---|