import pyarrow.parquet as pq

df = pq.read_table(source=your_file_path).to_pandas()