|
267 | 267 | Rows at the end to skip (0-indexed). |
268 | 268 | {storage_options} |
269 | 269 |
|
270 | | -dtype_backend : {{'numpy_nullable', 'pyarrow'}}, default 'numpy_nullable' |
| 270 | +dtype_backend : {{'numpy_nullable', 'pyarrow'}} |
271 | 271 | Back-end data type applied to the resultant :class:`DataFrame` |
272 | | - (still experimental). Behaviour is as follows: |
| 272 | + (still experimental). If not specified, the default behavior |
| 273 | + is to not use nullable data types. If specified, the behavior |
| 274 | + is as follows: |
273 | 275 |
|
274 | 276 | * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame` |
275 | | - (default). |
276 | | - * ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype` |
277 | | - DataFrame. |
| 277 | + * ``"pyarrow"``: returns pyarrow-backed nullable |
| 278 | + :class:`ArrowDtype` :class:`DataFrame` |
278 | 279 |
|
279 | 280 | .. versionadded:: 2.0 |
280 | 281 |
|
@@ -1728,14 +1729,15 @@ def parse( |
1728 | 1729 | comment string and the end of the current line is ignored. |
1729 | 1730 | skipfooter : int, default 0 |
1730 | 1731 | Rows at the end to skip (0-indexed). |
1731 | | - dtype_backend : {{'numpy_nullable', 'pyarrow'}}, default 'numpy_nullable' |
| 1732 | + dtype_backend : {{'numpy_nullable', 'pyarrow'}} |
1732 | 1733 | Back-end data type applied to the resultant :class:`DataFrame` |
1733 | | - (still experimental). Behaviour is as follows: |
| 1734 | + (still experimental). If not specified, the default behavior |
| 1735 | + is to not use nullable data types. If specified, the behavior |
| 1736 | + is as follows: |
1734 | 1737 |
|
1735 | 1738 | * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame` |
1736 | | - (default). |
1737 | | - * ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype` |
1738 | | - DataFrame. |
| 1739 | + * ``"pyarrow"``: returns pyarrow-backed nullable |
| 1740 | + :class:`ArrowDtype` :class:`DataFrame` |
1739 | 1741 |
|
1740 | 1742 | .. versionadded:: 2.0 |
1741 | 1743 | **kwds : dict, optional |
|
0 commit comments