Hello,

I am working on a dataset API on top of Arrow kernels. I am looking into
the usage of
*is_in* function in the compute API.

I couldn't figure out how arguments are passed for a is_in check. A simple
scenario would be;


*cylon_tb.from_list([[2,1], [1,0]]*
*cylon_tb.isin([2])*

Is this very similar to Pandas isin:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.isin.html
? If not how could we use *is_in* op?

With Regards,
Vibhatha Abeykoon

Reply via email to