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. |
© 2008–2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
© 2011–2025, Open source contributors
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.3.0/reference/missing_value.html