Add support for python `in` operator in filtering functions
Open
improve
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
I'd like to filter rows according to functions like
```
lambda x: x[0] in my_list
```
which use pythonic syntax (syntactic sugar). Currently I need to rewrite this to primitive formula, testing all elements in the list separately.
Contributor guide
Assessment
This issue has not been assessed yet.