Skip to content

Commit 10b6044

Browse files
authored
DOC: list supported float dtypes I (#50738)
1 parent 0197312 commit 10b6044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/basics.rst

+2
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,8 @@ documentation sections for more on each type.
20682068
| | | | | ``'Int64'``, ``'UInt8'``, ``'UInt16'``,|
20692069
| | | | | ``'UInt32'``, ``'UInt64'`` |
20702070
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+
2071+
| ``nullable float`` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` |
2072+
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+
20712073
| :ref:`Strings <text>` | :class:`StringDtype` | :class:`str` | :class:`arrays.StringArray` | ``'string'`` |
20722074
+-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+
20732075
| :ref:`Boolean (with NA) <api.arrays.bool>` | :class:`BooleanDtype` | :class:`bool` | :class:`arrays.BooleanArray` | ``'boolean'`` |

0 commit comments

Comments
 (0)