CMD + K

polars-runtime-32

Anaconda Verified

Polars is a blazingly fast DataFrames library implemented in Rust using Apache Arrow(2) as memory model.

Installation

To install this package, run one of the following:

Conda
$conda install main::polars-runtime-32

Usage Tracking

1.38.1
1.34.0
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

Polars is a blazingly fast DataFrame library for manipulating structured data. The core is written in Rust, and available for Python, R and NodeJS. Key features: * Fast: Written from scratch in Rust, designed close to the machine and without external dependencies. * I/O: First class support for all common data storage layers: local, cloud storage & databases. * Intuitive API: Write your queries the way they were intended. Polars, internally, will determine the most efficient way to execute using its query optimizer. * Out of Core: The streaming API allows you to process your results without requiring all your data to be in memory at the same time * Parallel: Utilities the power of your machine by dividing the workload among the available CPU cores without any additional configuration. * Vectorized Query Engine: Using Apache Arrow, a columnar data format, to process your queries in a vectorized manner and SIMD to optimize CPU usage.

About

Summary

Polars is a blazingly fast DataFrames library implemented in Rust using Apache Arrow(2) as memory model.

Last Updated

Feb 20, 2026 at 10:33

License

MIT

Total Downloads

272

Version Downloads

3

Supported Platforms

linux-64
macOS-arm64
win-64

Unsupported Platforms

linux-aarch64 Last supported version: 1.34.0