From 308fad7142434bc48bcc8db2f1b76f182bef8fbd Mon Sep 17 00:00:00 2001 From: Dave Tapley Date: Mon, 29 Jan 2024 10:57:48 -0700 Subject: [PATCH] Update missing_data.rst Fix typo --- doc/source/user_guide/missing_data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/missing_data.rst b/doc/source/user_guide/missing_data.rst index 4a2aa565dd15c..7ee77b7648486 100644 --- a/doc/source/user_guide/missing_data.rst +++ b/doc/source/user_guide/missing_data.rst @@ -30,7 +30,7 @@ use :class:`api.types.NaTType`. pd.Series(["2020", "2020"], dtype=pd.PeriodDtype("D")).reindex([0, 1, 2]) :class:`NA` for :class:`StringDtype`, :class:`Int64Dtype` (and other bit widths), -:class:`Float64Dtype`(and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`. +:class:`Float64Dtype` (and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`. These types will maintain the original data type of the data. For typing applications, use :class:`api.types.NAType`.