From 1e546f01467dac8cd19564a37835dc6d4df0d1b3 Mon Sep 17 00:00:00 2001 From: Morten Canth Hels Date: Fri, 13 May 2022 13:30:23 +0200 Subject: [PATCH] DOC: pyarrow >= 8.0.0 supports timedelta 8.0.0 was released recently with timedelta support: https://arrow.apache.org/release/8.0.0.html, https://issues.apache.org/jira/browse/ARROW-6780 --- doc/source/user_guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 4ed71913d7b4d..5228ef9f3c5b6 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -5470,7 +5470,7 @@ See the documentation for `pyarrow `__ an .. note:: These engines are very similar and should read/write nearly identical parquet format files. - Currently ``pyarrow`` does not support timedelta data, ``fastparquet>=0.1.4`` supports timezone aware datetimes. + ``pyarrow>=8.0.0`` supports timedelta data, ``fastparquet>=0.1.4`` supports timezone aware datetimes. These libraries differ by having different underlying dependencies (``fastparquet`` by using ``numba``, while ``pyarrow`` uses a c-library). .. ipython:: python