MATLAB does not read parquet file, simply says “Unable to read Parquet file”. How can I still read it?
I have created a parquet file using Python polars’ .write_parquet
method. It can be read back by Python without a problem and MATLAB can also read the information about the file using parquetinfo
without a problem.