Skip to content

Commit 457ce08

Browse files
authored
DOCS: Update pyarrow version requirement in "What's new in 1.4.0" (#44202)
1 parent f9444ea commit 457ce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Validation now for ``caption`` arg (:issue:`43368`)
9595
Multithreaded CSV reading with a new CSV Engine based on pyarrow
9696
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9797

98-
:func:`pandas.read_csv` now accepts ``engine="pyarrow"`` (requires at least ``pyarrow`` 0.17.0) as an argument, allowing for faster csv parsing on multicore machines
98+
:func:`pandas.read_csv` now accepts ``engine="pyarrow"`` (requires at least ``pyarrow`` 1.0.1) as an argument, allowing for faster csv parsing on multicore machines
9999
with pyarrow installed. See the :doc:`I/O docs </user_guide/io>` for more info. (:issue:`23697`, :issue:`43706`)
100100

101101
.. _whatsnew_140.enhancements.window_rank:

0 commit comments

Comments
 (0)