Open
Description
Issue tracking Pyarrow engine integration in read_csv (for after #38370 is merged)
Current unsupported options
- skipfooter
- float_precision
- chunksize
- comment
- nrows
- thousands
- memory map
- dialect
- on_bad_lines
- delim_whitespace
- quoting
- lineterminator (this is c-only)
- converters
- decimal
- iterator
- dayfirst
- verbose
- skipinitialspace
- low_memory (this is c-only)
TODO - Revert skipping of test_parse_dates due to removal of np.asarray in date_converters in [WIP] ENH: add Pyarrow csv engine #38370
- Enable skiprows tests disabled in [WIP] ENH: add Pyarrow csv engine #38370
- Enable encoding tests.
Proposed enhancements - ENH: Pass arguments to
to_pandas
in `read_csv(engine="pyarrow") ENH: Pass arguments toto_pandas
in `read_csv(engine="pyarrow") #34823