Commits


Alenka Frim authored and Alessandro Molina committed dabb80df6e8
ARROW-16058: [Python] Address docstrings for Table class, methods, attributes and constructor This PR adds docstring examples to: - `pyarrow.Table` class methods and attributes - `pyarrow.table` - `to_pandas` for `_PandasConvertible` - `pyarrow.TableGroupBy` class - `pyarrow.concat_tables` - `pyarrow.concat_arrays` Closes #12772 from AlenkaF/ARROW-16058 Authored-by: Alenka Frim <frim.alenka@gmail.com> Signed-off-by: Alessandro Molina <amol@turbogears.org>