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(python): typing overloads for Series operator methods ge, gt, ... #13167

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

s-banach
Copy link
Contributor

Would close #13166, if this is found to be a valid issue.

@s-banach s-banach changed the title Type overloads for Series "method equivalents of operators" feat(python): typing overloads for Series operator methods ge, gt, ... Dec 21, 2023
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Dec 21, 2023
Copy link
Member

@stinodego stinodego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good addition, thanks!

@stinodego stinodego merged commit 3ceabfe into pola-rs:main Jan 11, 2024
15 checks passed
bushuyev pushed a commit to bushuyev/polars that referenced this pull request Jan 11, 2024
…..` (pola-rs#13167)

Co-authored-by: s-banach <john@hopfensperger.family>
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 24, 2024
…..` (pola-rs#13167)

Co-authored-by: s-banach <john@hopfensperger.family>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typing overloads for ge, gt, le, lt, eq, ne
2 participants