News

I'm trying to read a parquet file using pyarrow read_table(), and I would like to filter columns using None. I've tried something like the following: import pyarrow as pa import pyarrow.parquet as pq ...