polars

Installation
SKILL.md

Polars

Polars is a DataFrame library that leverages Rust's performance and Apache Arrow's columnar format. It's significantly faster than pandas for most operations, especially on large datasets, thanks to parallel execution and lazy evaluation.

Installation

# Python
pip install polars

# With all optional dependencies (Excel, SQL, cloud storage)
pip install 'polars[all]'

# Node.js
npm install nodejs-polars

Basic Operations

Installs
2
GitHub Stars
128
First Seen
Jun 5, 2026
polars — terminalskills/skills