I am trying to filter a dataframe as:
a= a[~(b[\'var1\'].isin(c[\'var2\']))]
but get the following error:
"Unalignable bo