Commits


Joris Van den Bossche authored and Neal Richardson committed f743c1b6f3c
ARROW-7432: [Python] Add higher level open_dataset function Follow-up on https://github.com/apache/arrow/pull/5237 adding a higher-level API for datasets Closes #6022 from jorisvandenbossche/dataset-python and squashes the following commits: 745c21842 <Joris Van den Bossche> rename keyword to partitioning + refactor tests + more coverage 8e032824f <Joris Van den Bossche> update for big renaming + doc updates 9c9593804 <Joris Van den Bossche> Use FileSystem.from_uri ac0d83daf <Joris Van den Bossche> split into source / dataset functions 866f72c8a <Joris Van den Bossche> Add single partitioning() function from kszucs + tests 7481fb6d9 <Joris Van den Bossche> fix import for python 2 d59595d7e <Joris Van den Bossche> add partition scheme creation functions 260b7373a <Joris Van den Bossche> add support for Pathlib 5e00c87ee <Joris Van den Bossche> fix with new partition discovery option 757fe8019 <Joris Van den Bossche> Add higher level open_dataset function Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>