News

The Table.from_pandas method allows to specify a schema ("This can be used to indicate the type of columns if we cannot infer it automatically."). But, if you also want to specify the type of the ...
The metadata included in parquet generally gives the min/max of data for each chunk of each column. This allows early filtering out of whole chunks if they do not meet some criterion, and can greatly ...