Delete row from DataFrame in place based on entire row value

you could do leftjoin! of both tables (assuming larger table does not have duplicates). This should be efficient.

2 Likes