What problem does it solve?
Polars helps you replace slow, memory-heavy tabular data workflows with a fast, expressive DataFrame system for Python analytics, ETL, and pandas migration.
Core Features & Use Cases
- Expression-based transformations for filtering, selecting, aggregating, joining, reshaping, and windowed calculations.
- Lazy query planning with optimization for large datasets, plus eager workflows for smaller interactive tasks.
- Broad data I/O support for CSV, Parquet, JSON, Excel, databases, cloud storage, and Arrow interoperability.
- Use it when converting a pandas pipeline into a faster Polars workflow, building a scalable data prep job, or analyzing large files with less memory overhead.
Quick Start
Use the polars skill to help me convert my pandas data pipeline into an optimized Polars workflow and explain the best lazy, I/O, and transformation patterns for my dataset.