Delete rows that exist in another data frame in Julia?

Dear all,
how can I remove the row of a dataframe whose selected column matches the value of another dataframe? essentially, is there an equivalent of R’s %in% operator in Julia?
Thanks

Please make an MWE for actual code.

That said, you may find the following useful: