[
https://issues.apache.org/jira/browse/ARROW-5977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901145#comment-16901145
]
Neal Richardson commented on ARROW-5977:
----------------------------------------
Right, that was the other option that I said that all of the R readers support.
We could support both ways, but the benefits of a separate vector of column
names argument would be (1) you don't have to specify types for all other
columns; (2) you wouldn't have to know the names of the other columns; and (3)
you can't specify desired column order in the column_types because it is a map.
> [C++] [Python] Method for read_csv to limit which columns are read?
> -------------------------------------------------------------------
>
> Key: ARROW-5977
> URL: https://issues.apache.org/jira/browse/ARROW-5977
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Python
> Affects Versions: 0.14.0
> Reporter: Jordan Samuels
> Priority: Major
> Labels: csv
>
> In pandas there is pd.read_csv(usecols=...) but I can't see a way to do this
> in pyarrow.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)