Skip to content

Commit b864687

Browse files
committed
Update readers.py
1 parent 4f0ad97 commit b864687

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/io/parsers/readers.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,11 +1312,9 @@ def read_table(
13121312
python/generated/pyarrow.csv.ParseOptions.html
13131313
#pyarrow.csv.ParseOptions.invalid_row_handler>`_.
13141314
1315-
.. versionadded:: 1.3.0
1316-
1317-
.. versionadded:: 1.4.0
1315+
.. versionadded:: 2.2.0
13181316
1319-
Callable
1317+
Callable for ``engine='pyarrow'``
13201318
13211319
low_memory : bool, default True
13221320
Internally process the file in chunks, resulting in lower memory use

0 commit comments

Comments
 (0)