polars

Package — Data SciencePython 3.8+Intermediate

Lightning-fast DataFrame library written in Rust

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
None (Rust binary, self-contained)
Install
pip install polars

Learn by Difficulty

Quick Example

python
# Install: pip install polars
import polars

# Basic polars usage
print(f"Using polars")
# See documentation for detailed examples

polars is a third-party package. Lightning-fast DataFrame library written in Rust. Install with: pip install polars

Try in Playground

Tags

packagedata-sciencedataframefastrustdatatype

Related Items