phofl / pydata-yerevan-sprint

0 stars 1 forks source link

Add documentation examples for ``dtype_backend="pyarrow"`` #5

Open phofl opened 1 week ago

phofl commented 1 week ago

A while back we added an example to read_csv for dtype_backend="numpy_nullable" (see https://pandas.pydata.org/docs/user_guide/io.html#specifying-column-data-types end of the subchapter). We can add examples for dtype_backend="pyarrow" for our I/O methods as well:

These examples should get added to the user guide.

The following methods benefit from adding them to the docstring: