polars_core

Module frame

Source
Expand description

DataFrame module.

Modules§

column
explode
group_byalgorithm_group_by
rowrows or object

Structs§

DataFrame
A contiguous growable collection of Series that have the same length.
PhysRecordBatchIter
RecordBatchIter

Enums§

UniqueKeepStrategy

Functions§

chunk_df_for_writing
Split DataFrame into chunks in preparation for writing. The chunks have a maximum number of rows per chunk to ensure reasonable memory efficiency when reading the resulting file, and a minimum size per chunk to ensure reasonable performance when writing.