From 5f5ee751c080df89f68b56ab5c4bf378143b0bdd Mon Sep 17 00:00:00 2001 From: David Poznik Date: Fri, 3 Nov 2023 18:26:14 -0400 Subject: [PATCH] DOC: Add "nullable float" link in "dtypes" table of User Guide (#55814) Add "nullable float" link in "dtypes" table --- doc/source/user_guide/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/basics.rst b/doc/source/user_guide/basics.rst index 33e9f9cabb46d..17ff5d821ed07 100644 --- a/doc/source/user_guide/basics.rst +++ b/doc/source/user_guide/basics.rst @@ -2007,7 +2007,7 @@ documentation sections for more on each type. | | | | | ``'Int64'``, ``'UInt8'``, ``'UInt16'``,| | | | | | ``'UInt32'``, ``'UInt64'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+ -| ``nullable float`` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` | +| :ref:`nullable float ` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+ | :ref:`Strings ` | :class:`StringDtype` | :class:`str` | :class:`arrays.StringArray` | ``'string'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+