Registry / other / polars-io

polars-io

JSON →
library0.54.4rscratesunverified

IO related logic for the Polars DataFrame library, handling reading and writing data formats.

# Cargo.toml [dependencies] polars-io = "0.54.4"
INSTALL
IMPORT
SIG · POLARS-IO
P
polars-io
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.

CsvReader
use polars_io::csv::CsvReader;

Creates a CSV reader to load data into a Polars DataFrame.

use polars_io::csv::CsvReader; fn main() { let reader = CsvReader::from_path("data.csv").unwrap(); println!("CSV reader created"); }
Debug
Known issues
gotchaRequires the `polars` crate as a dependency; polars-io is typically re-exported through polars.
fix
Add `polars` to your Cargo.toml instead of polars-io directly, or enable the `io` feature.
affects: >=0.0.0
Upgrade
Version history
0.54.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
polars-io — cargo add polars-io · libregistry