I am getting None statistics (min / max) when reading file from S3 using fastparquet. When calling
fp.ParquetFile(fn=path, open_with=myopen).statistics['min']
Most of the values are None, and some of the values are valid.
However, when I read the same file with other framework, I am able to get the correct min/max for all values.
How can I get all the statistics? Thanks