We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4553cc commit 95e3cb5Copy full SHA for 95e3cb5
pandas/io/parsers/readers.py
@@ -508,8 +508,8 @@ def read_csv(
508
while the python engine
509
is currently more feature-complete. Multithreading
510
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.
+ the pyarrow engine. Some features of the "pyarrow" engine
+ are unsupported or may not work correctly.
513
converters : dict of {{Hashable : Callable}}, optional
514
Functions for converting values in specified columns. Keys can either
515
be column labels or column indices.
0 commit comments