Missing values — pandas 2.2.3 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.