polars

Installation
SKILL.md

Polars Fast DataFrame Library

Lightning-fast DataFrame library with lazy evaluation and parallel execution.

When to Use

  • Pandas is too slow for your dataset
  • Working with 1-100GB datasets that fit in RAM
  • Need lazy evaluation for query optimization
  • Building ETL pipelines
  • Want parallel execution without extra config

Lazy vs Eager Evaluation

Mode Function Executes Use Case
Eager read_csv() Immediately Small data, exploration
Related skills
Installs
42
Repository
eyadsibai/ltk
GitHub Stars
4
First Seen
Jan 28, 2026