We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1d261 commit a68b97dCopy full SHA for a68b97d
doc/source/user_guide/missing_data.rst
@@ -91,6 +91,8 @@ See :ref:`integer_na` for more.
91
92
Datetimes
93
---------
94
+.. note::
95
+ If you are adding type checking to your application, you may need access to ``NaTType`` and ``NAType``.
96
97
For datetime64[ns] types, ``NaT`` represents missing values. This is a pseudo-native
98
sentinel value that can be represented by NumPy in a singular dtype (datetime64[ns]).
0 commit comments