Registry / other / polars-core

polars-core

JSON →
library0.54.4rscratesunverified

Core of the Polars DataFrame library, providing data structures and operations for data manipulation.

# Cargo.toml [dependencies] polars-core = "0.54.4"
INSTALL
IMPORT
SIG · POLARS-CORE
P
polars-core
otherrustv0.54.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataFrame
use polars_core::prelude::*;

Create a simple DataFrame.

use polars_core::prelude::*; fn main() -> PolarsResult<()> { let df = df!("col" => &[1, 2, 3])?; println!("{:?}", df); Ok(()) }
Debug
Known issues
gotchaRequires feature flags for full functionality (e.g., 'lazy', 'parquet').
fix
Add features to Cargo.toml: polars-core = { version = "0.54", features = ["lazy", "parquet"] }
affects: >=0.54.0
Upgrade
Version history
0.54.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
polars-core — cargo add polars-core · libregistry