Description
In scala you can check for membership in a set using the DSL function in
df("column").in(lit(1), lit(2))
It would be nice to be able to do something similar in python (possibly without the lits (which we might revisit for scala as well) /cc rxin
Attachments
Issue Links
- links to