[
https://issues.apache.org/jira/browse/ARROW-12661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-12661:
-----------------------------------
Labels: csv pull-request-available (was: csv)
> [C++] CSV add skip rows after column names
> ------------------------------------------
>
> Key: ARROW-12661
> URL: https://issues.apache.org/jira/browse/ARROW-12661
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nate Clark
> Priority: Major
> Labels: csv, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Some programs generate csv files with additional descriptive information
> about the columns on a row after the names. For files like this it would be
> nice to have an option which reads the first row as column names and then can
> skip those rows after the names.
> This could probably be implemented easily as either another option parallel
> ReadOptions::skip_rows or a boolean which indicates if skipping should occur
> before or after the column names are read.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)