We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e99da commit 53423beCopy full SHA for 53423be
pandas/core/generic.py
@@ -6670,7 +6670,8 @@ def convert_dtypes(
6670
Back-end data type applied to the resultant :class:`DataFrame` or
6671
:class:`Series` (still experimental). Behaviour is as follows:
6672
6673
- * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
+ * ``"numpy_nullable"``: returns nullable-dtype-backed
6674
+ :class:`DataFrame` or :class:`Serires`.
6675
* ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype`
6676
:class:`DataFrame` or :class:`Series`.
6677
0 commit comments