Core of the Polars DataFrame library, providing data structures and operations for data manipulation.
# Cargo.toml
[dependencies]
polars-core = "0.54.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple DataFrame.
Add features to Cargo.toml: polars-core = { version = "0.54", features = ["lazy", "parquet"] }No dependency data recorded yet.