Commits


Nathanaël Leaute authored and Neal Richardson committed 3dcf31c59b0
ARROW-13699: [Python][Docs] Improve filesystem documentation Following https://issues.apache.org/jira/browse/ARROW-13699 Here are small improvement proposals for the python filesystem docs. The goal is to make it more explicit what filesystem comes natively with PyArrow and what falls under fsspec third party libraries. - Added sections for each native PyArrow filesystem - Extended the fsspec section with additional code examples Closes #11040 from Nlte/ARROW-13699_python_fs_docs Authored-by: Nathanaël Leaute <n.leaute@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>