Back to Pandas

Missing values

doc/source/reference/missing_value.rst

3.1.0.dev0398 B
Original Source

{{ header }}

.. _api.missing_value:

============== Missing values

.. currentmodule:: pandas

.. note:: For an overview, see :ref:missing_data.

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

.. autosummary:: :toctree: api/

NA

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

.. autosummary:: :toctree: api/

NaT