I'm trying to get the complement of two dataframes based on a column attribute.
pd.merge can take the intersection, but is there a simple way to take the compliment without creating/shuffling more dataframes?
Someone else answered this question (how to find the complement of two dataframes) here with a method of creating/shuffling more dataframes, but I'm wondering if there's a more straight forward way to do this with a function.