Commits


Nate Clark authored and Antoine Pitrou committed 7540b9f7055
ARROW-12661: [C++] Add ReaderOptions::skip_rows_after_names Add a new csv reader option which allows the reader to skip rows after reading the column names from the csv. Closes #10255 from n3world/ARROW-12661-skip_after_names Lead-authored-by: Nate Clark <nate@neworld.us> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>