Commits

Antoine Pitrou authored 93688e8c1fa
ARROW-5977: [C++] [Python] Allow specifying which columns to include If the `include_columns` option is not empty: - columns are included in that order - columns not in `include_columns` are ignored - columns in `include_columns` but not in the CSV file produce a null column Closes #5026 from pitrou/ARROW-5977-csv-include-columns and squashes the following commits: 0f198ef0b <Antoine Pitrou> ARROW-5977: Allow specifying which columns to include Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>