Optional
options: Partial<ReadParquetOptions>Columns to select. Accepts a list of column indices (starting at zero) or a list of column names.
Stop reading from parquet file after reading numRows
.
Any of 'auto' | 'columns' | 'row_groups' | 'none' This determines the direction of parallelism. 'auto' will try to determine the optimal direction. Defaults to 'auto'
Add row count as column
Read into a DataFrame from a parquet file.