# Polars Blazing-Fast DataFrame Query Engine

> Polars is an extremely fast DataFrame library written in Rust with Python, Node.js, and R bindings. This skill enables agents to leverage Polars for high-performance data manipulation, transformation, and analytical queries on structured datasets.

- Skill: `agentskillexchange/polars-blazing-fast-dataframe-query-engine` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/polars-blazing-fast-dataframe-query-engine`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/polars-blazing-fast-dataframe-query-engine/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/polars-blazing-fast-dataframe-query-engine

---


# Polars Blazing-Fast DataFrame Query Engine

Polars is an extremely fast DataFrame library written in Rust with Python, Node.js, and R bindings. This skill enables agents to leverage Polars for high-performance data manipulation, transformation, and analytical queries on structured datasets.

## Installation

Use the upstream install or setup path that matches your environment:
- pip install polars
- for Python users, install pip install polars[rt64].
- Python on Apple Silicon under Rosetta? Install pip install polars[rtcompat]. This version of

Requirements and caveats from upstream:
- <a href="https://docs.pola.rs/api/python/stable/reference/index.html">Python</a>
- <a href="https://pola-rs.github.io/nodejs-polars/index.html">Node.js</a>
- <a href="https://stackoverflow.com/questions/tagged/python-polars">Python</a>

Basic usage or getting-started notes:
- collect(engine='streaming') to run the query streaming.
- sh
- See the [User Guide](https://docs.pola.rs/user-guide/installation/#feature-flags) for more details

- Source: https://github.com/pola-rs/polars
- Extracted from upstream docs: https://raw.githubusercontent.com/pola-rs/polars/HEAD/README.md

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/polars-dataframe-query-engine/)

