uwdata / arquero

Query processing and transformation of array-backed data tables.
https://idl.uw.edu/arquero
BSD 3-Clause "New" or "Revised" License
1.22k stars 64 forks source link

Add op functions to work with Map and Set objects #305

Closed mhkeller closed 1 year ago

mhkeller commented 1 year ago

It would be helpful if there were op functions to work with Map and Set objects such as op.setHas or something.

For example, I want to create a derived column testing whether a value is in a given Set (notebook). It doesn't work passing in my Set as a table param. It only works if I use aq.escape.

mhkeller commented 1 year ago

My bad. I see now that op.has works with sets.