kou commented on issue #37960:
URL: https://github.com/apache/arrow/issues/37960#issuecomment-1741503538
Does this work?
```python
import pyarrow.dataset as ds
dataset = ds.dataset("gs://bucket/path/to/file.parquet", format="parquet")
parquet_file = dataset.to_table()
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]