polars

Installation
SKILL.md

Polars High-Performance DataFrame Skill

Master Polars for blazing-fast data processing with lazy evaluation, parallel execution, and memory-efficient operations on datasets of any size.

When to Use This Skill

USE Polars when:

  • Large datasets - Working with data too large for pandas (10GB+)
  • Performance critical - Need maximum speed for data transformations
  • Memory constrained - Limited RAM requires efficient memory usage
  • Parallel processing - Want to utilize all CPU cores automatically
  • Complex aggregations - Group by, window functions, rolling calculations
  • Lazy evaluation - Query optimization before execution matters
  • ETL pipelines - Building production data pipelines
  • Streaming data - Processing data larger than memory
Related skills
Installs
20
GitHub Stars
8
First Seen
Jan 24, 2026