Commits


Antoine Pitrou authored and Wes McKinney committed 2d7fbb255db
ARROW-3380: [Python] Support reading gzipped CSV files Also works for other bundled compression types. Based on PR #2777. Author: Antoine Pitrou <antoine@python.org> Closes #2786 from pitrou/ARROW-3380-gzipped-csv-read and squashes the following commits: 9a2244f84 <Antoine Pitrou> ARROW-3380: Support reading gzipped CSV files