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

fix(python): Fix get_index/iteration for Array types #12047

Merged
merged 2 commits into from
Oct 28, 2023
Merged

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Oct 26, 2023

Elements now return a Series rather than a Python list. This is consistent with the behavior of List types.

Also remove the Array compatibility workaround for the assert utils.

@stinodego stinodego changed the title Fix iteration for Array types fix(python): Fix get_index/iteration for Array types Oct 26, 2023
@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Oct 26, 2023
@stinodego stinodego marked this pull request as ready for review October 26, 2023 09:13
@ritchie46 ritchie46 merged commit d2ad727 into main Oct 28, 2023
17 checks passed
@ritchie46 ritchie46 deleted the asserts-array branch October 28, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants