We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820ad77 commit a3ca439Copy full SHA for a3ca439
doc/source/user_guide/missing_data.rst
@@ -30,7 +30,7 @@ use :class:`api.types.NaTType`.
30
pd.Series(["2020", "2020"], dtype=pd.PeriodDtype("D")).reindex([0, 1, 2])
31
32
:class:`NA` for :class:`StringDtype`, :class:`Int64Dtype` (and other bit widths),
33
-:class:`Float64Dtype`(and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`.
+: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`.
36
0 commit comments