Skip to content

Commit 95e3cb5

Browse files
authored
Apply suggestion from @mroeschke
1 parent d4553cc commit 95e3cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers/readers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ def read_csv(
508508
while the python engine
509509
is currently more feature-complete. Multithreading
510510
is currently only supported by
511-
the pyarrow engine. The 'pyarrow' engine is an *experimental* engine,
512-
and some features are unsupported, or may not work correctly, with this engine.
511+
the pyarrow engine. Some features of the "pyarrow" engine
512+
are unsupported or may not work correctly.
513513
converters : dict of {{Hashable : Callable}}, optional
514514
Functions for converting values in specified columns. Keys can either
515515
be column labels or column indices.

0 commit comments

Comments
 (0)