File tree Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ def convert_dtypes(
1014
1014
Back-end data type applied to the resultant :class:`DataFrame`
1015
1015
(still experimental). Behaviour is as follows:
1016
1016
1017
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
1017
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
1018
1018
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
1019
1019
1020
1020
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -6672,7 +6672,7 @@ def convert_dtypes(
6672
6672
Back-end data type applied to the resultant :class:`DataFrame` or
6673
6673
:class:`Series` (still experimental). Behaviour is as follows:
6674
6674
6675
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
6675
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
6676
6676
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
6677
6677
6678
6678
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def to_numeric(
96
96
is to not use nullable data types. If specified, the behavior
97
97
is as follows:
98
98
99
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
99
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
100
100
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
101
101
102
102
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def read_clipboard(
44
44
is to not use nullable data types. If specified, the behavior
45
45
is as follows:
46
46
47
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
47
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
48
48
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
49
49
50
50
.. versionadded:: 2.0
Original file line number Diff line number Diff line change 273
273
is to not use nullable data types. If specified, the behavior
274
274
is as follows:
275
275
276
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
276
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
277
277
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
278
278
279
279
.. versionadded:: 2.0
@@ -1734,7 +1734,7 @@ def parse(
1734
1734
is to not use nullable data types. If specified, the behavior
1735
1735
is as follows:
1736
1736
1737
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
1737
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
1738
1738
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
1739
1739
1740
1740
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def read_feather(
98
98
is to not use nullable data types. If specified, the behavior
99
99
is as follows:
100
100
101
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
101
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`.
102
102
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
103
103
104
104
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ def read_html(
1137
1137
is to not use nullable data types. If specified, the behavior
1138
1138
is as follows:
1139
1139
1140
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
1140
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
1141
1141
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
1142
1142
1143
1143
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ def read_json(
658
658
is to not use nullable data types. If specified, the behavior
659
659
is as follows:
660
660
661
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
661
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
662
662
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
663
663
664
664
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def read_orc(
67
67
is to not use nullable data types. If specified, the behavior
68
68
is as follows:
69
69
70
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
70
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
71
71
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
72
72
73
73
.. versionadded:: 2.0
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ def read_parquet(
548
548
is to not use nullable data types. If specified, the behavior
549
549
is as follows:
550
550
551
- * ``"numpy_nullable"``: returns with nullable-dtype-backed
551
+ * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
552
552
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
553
553
554
554
.. versionadded:: 2.0
You can’t perform that action at this time.
0 commit comments