Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
read_feather, read_parquet, read_csv_arrow (and read_json, when it exists) should take a `col_select` argument, following the model of vroom (readr and base R file readers also support this feature, just much more awkwardly).
Currently, read_feather has a "columns" argument and none of the other readers expose it. Parquet can certainly support it; cf. pyarrow.parquet.read_table.
Attachments
Issue Links
- links to