import pyarrow.parquet as pq

# Path to local file
file_path = "F:/datalake/AABBCCDD/CAN2_GnssSpeed/2022/04/22/00000975_00000001.parquet"

# Read single file into memory
table = pq.read_table(file_path)