I installed pyarrow with Anaconda Navigator and i tried simply to read this parquet file
pq_file = '~/LCPB/all_BHBs.parquet'
df = pd.read_parquet(pq_file, engine='auto')
but it gives me this error:
"OSError: NotImplemented: Support for codec 'snappy' not built"
I tried both updating pandas and re-installing pyarrow, but nothing... Really can't figure out what the problem is