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

depr(python): Deprecate Series methods is_boolean and is_utf8 #12457

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Nov 14, 2023

Ref #12196

Check the Series dtype instead using the equality operator, e.g. s.dtype == pl.Boolean.

@github-actions github-actions bot added deprecation Add a deprecation warning to outdated functionality python Related to Python Polars labels Nov 14, 2023
@stinodego stinodego marked this pull request as ready for review November 14, 2023 19:17
@stinodego stinodego merged commit 8b5c0c5 into main Nov 14, 2023
13 checks passed
@stinodego stinodego deleted the depr-is-datatype branch November 14, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant