Skip to main content
Back to registry

polars

davila7/claude-code-templates

Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization.

Installs234
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill polars
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Install Polars: Basic DataFrame creation and operations: Expressions are the fundamental building blocks of Polars operations. They describe transformations on data and can be composed, reused, and optimized. Key principles: Example: Eager (DataFrame): Operations execute immediately Lazy (LazyFrame): Operations build a query plan, optimized before execution When to use lazy: Benefits of lazy evaluation: For detailed concepts, load references/core_concepts.md . Select and manipulate columns: Filter rows by conditions: Add or modify columns while preserving existing ones: Group data and compute aggregations: For detailed operation patterns, load references/operations.md . Common aggregations within group_by context: Apply aggregations while preserving row count: Mapping strategies: Polars supports reading and writing: CSV: Parquet (recommended for performance): JSON: For comprehensive I/O documentation, load references/io_guide.md . Combine DataFrames: Stack DataFrames: Reshape data: For detailed transformation examples, load references/transformations.md .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does polars do?

Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization.

Is polars good?

polars does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does polars work with?

polars currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to polars?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install polars?

npx skills add https://github.com/davila7/claude-code-templates --skill polars

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering