From 15c63a273df5e1e4ff05bdf5db2a99f1c2710429 Mon Sep 17 00:00:00 2001 From: Morten Canth Hels Date: Sun, 15 May 2022 04:57:44 +0200 Subject: [PATCH] DOC: pyarrow >= 8.0.0 supports timedelta (#47012) --- 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