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

Update transformers.py #23

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Update transformers.py #23

merged 2 commits into from
Nov 26, 2023

Conversation

Seanman519
Copy link
Contributor

TypeError: '>=' not supported between instances of 'str' and 'int' in line 455.modification was made on the line with the .filter(pl.col("group_ind") >= 0) operation. This fix should resolve the TypeError by correctly filtering the Polars DataFrame based on the condition where the values in the "group_ind" column are greater than or equal to 0.

TypeError: '>=' not supported between instances of 'str' and 'int' in line 455.modification was made on the line with the .filter(pl.col("group_ind") >= 0) operation. This fix should resolve the TypeError by correctly filtering the Polars DataFrame based on the condition where the values in the "group_ind" column are greater than or equal to 0.
@releat215 releat215 merged commit c742945 into releat215:main Nov 26, 2023
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.

None yet

2 participants