Skip to content

Commit 5f5ee75

Browse files
authored
DOC: Add "nullable float" link in "dtypes" table of User Guide (#55814)
Add "nullable float" link in "dtypes" table
1 parent 3fd3756 commit 5f5ee75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/basics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ documentation sections for more on each type.
20072007
| | | | | ``'Int64'``, ``'UInt8'``, ``'UInt16'``,|
20082008
| | | | | ``'UInt32'``, ``'UInt64'`` |
20092009
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+
2010-
| ``nullable float`` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` |
2010+
| :ref:`nullable float <api.arrays.float_na>` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` |
20112011
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+
20122012
| :ref:`Strings <text>` | :class:`StringDtype` | :class:`str` | :class:`arrays.StringArray` | ``'string'`` |
20132013
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+

0 commit comments

Comments
 (0)