Hi team, i need to filter a daft daraframe column ...
# daft-dev
m
Hi team, i need to filter a daft daraframe column with python list. More specificly i need to daft version of
pandas_df[pandas_df.column_a.isin(python_list)]
How can i do that in daft ?
1
m
Thanks @Colin Ho