Skip to content

Commit 15c63a2

Browse files
authored
DOC: pyarrow >= 8.0.0 supports timedelta (#47012)
1 parent 97b9979 commit 15c63a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5470,7 +5470,7 @@ See the documentation for `pyarrow <https://arrow.apache.org/docs/python/>`__ an
54705470
.. note::
54715471

54725472
These engines are very similar and should read/write nearly identical parquet format files.
5473-
Currently ``pyarrow`` does not support timedelta data, ``fastparquet>=0.1.4`` supports timezone aware datetimes.
5473+
``pyarrow>=8.0.0`` supports timedelta data, ``fastparquet>=0.1.4`` supports timezone aware datetimes.
54745474
These libraries differ by having different underlying dependencies (``fastparquet`` by using ``numba``, while ``pyarrow`` uses a c-library).
54755475

54765476
.. ipython:: python

0 commit comments

Comments
 (0)