Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Polars to the list of Python libraries #2658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivintoiu
Copy link

@ivintoiu ivintoiu commented Mar 4, 2025

What is this Python project?

Polars is a high-performance DataFrame library for Python and Rust, known for its multi-threaded execution and efficient query engine.

What's the difference between this Python project and similar ones?

In comparison with pandas:

  • Multi-thread and Rust based backend
  • Supports lazy execution for optimized query planning
  • Strong type with arrow based on Apache Arow

--

Anyone who agrees with this pull request could submit an Approve review to it.

Added Polars, a high-performance DataFrame library for Python and Rust,
known for its multi-threaded execution and efficient query engine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants