{{ header }}

.. _api.missing_value:

==============
Missing values
==============
.. currentmodule:: pandas

NA is the way to represent missing values for nullable dtypes (see below):

.. autosummary::
   :toctree: api/
   :template: autosummary/class_without_autosummary.rst

   NA

NaT is the missing value for timedelta and datetime data (see below):

.. autosummary::
   :toctree: api/
   :template: autosummary/class_without_autosummary.rst

   NaT