We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8593554 commit 528d176Copy full SHA for 528d176
doc/source/user_guide/missing_data.rst
@@ -32,7 +32,7 @@ use :class:`api.typing.NaTType`.
32
:class:`NA` for :class:`StringDtype`, :class:`Int64Dtype` (and other bit widths),
33
:class:`Float64Dtype` (and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`.
34
These types will maintain the original data type of the data.
35
-For typing applications, use :class:`api.types.NAType`.
+For typing applications, use :class:`api.typing.NAType`.
36
37
.. ipython:: python
38
0 commit comments