Commits

Wes McKinney authored 97696442892
ARROW-2807: [Python] [Parquet] Add memory_map= option to parquet.read_table, read_pandas, read_schema The default for `memory_map` remains True for now. Author: Wes McKinney <wesm+git@apache.org> Closes #2954 from wesm/ARROW-2807 and squashes the following commits: 7ec33dbf6 <Wes McKinney> Convert pathlib object to str 604243216 <Wes McKinney> Add memory_map= option to parquet.read_table, read_pandas, read_schema, read_metadata