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(polars): Support more than literals for ArrayRemove #10326

Open
1 task done
IndexSeek opened this issue Oct 16, 2024 · 0 comments
Open
1 task done

feat(polars): Support more than literals for ArrayRemove #10326

IndexSeek opened this issue Oct 16, 2024 · 0 comments
Labels
feature Features or general enhancements

Comments

@IndexSeek
Copy link
Contributor

Is your feature request related to a problem?

It's possible that more than literals could be passed as the other Series to set_difference.

Support for ArrayRemove was added via #10322, we may need to take a more thorough look for any edge cases.

What is the motivation behind your request?

To ensure that if something other than an integer is passed as the argument to remove on the array it would be supported.

Describe the solution you'd like

When I was initially testing this function, I performed a "translate" on the other value from the operation. I was having difficulties getting it to work with set_difference.

What version of ibis are you running?

9.5.0

What backend(s) are you using, if any?

Polars

Code of Conduct

  • I agree to follow this project's Code of Conduct
@IndexSeek IndexSeek added the feature Features or general enhancements label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
Status: backlog
Development

No branches or pull requests

1 participant