I want to get Parquet file statistics (such as Min/Max) from file in S3 using PyArrow. I am able to fetch it using
pq.ParquetDataset(s3_path, filesystem=s3)