Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 455 Bytes

missing_value.rst

File metadata and controls

24 lines (16 loc) · 455 Bytes

{{ header }}

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