Options that indicate how to connect to a cloud provider.
The cloud providers currently supported are AWS, GCP, and Azure. See supported keys here:
aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>_gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>_azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>_If not provided, Polars will try to infer the information from environment variables.
Return null if parsing fails because of a schema mismatch.
Include the path of the source file(s) as a column with this name.
Maximum number of rows to scan for schema inference. Set to null for a full scan (slow). Default -> 100
Reduce memory pressure at the expense of performance.
Stop reading after nRows rows.
Reallocate to contiguous memory when all chunks/files are parsed.
Insert a row index column with this name.
Offset to start the row index column at (only used if rowIndexName is set).
Declare the schema of the frame. Types that are not given are inferred.
Override the dtype of one or more columns; takes precedence over schema.
Number of rows to read in each batch.