Commits


alimcmaster1 authored and Joris Van den Bossche committed cac55adf265
ARROW-9021: [Python] Add the filesystem explanation to parquet.read_table docstring Use same doc string as ParquetDataset. https://arrow.apache.org/docs/python/generated/pyarrow.parquet.ParquetDataset.html. Looks like the arg currently has no docs. https://arrow.apache.org/docs/python/generated/pyarrow.parquet.read_table.html cc. @jorisvandenbossche our discussion here: https://github.com/pandas-dev/pandas/issues/34467#issuecomment-636366589 Closes #7332 from alimcmaster1/patch-1 Authored-by: alimcmaster1 <alimcmaster1@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>