0
A) dfONE['x'].unique() |  B) dfTWO['x'].unique()

Consider the above code A result in 20 rows and 1 column and B results in 26 rows and 1 column. Is there a way to find 6 unique items that are present in B but not in A ?

Essentially isolate them as new output to view what is missing in A ?

  • Does this help? https://stackoverflow.com/questions/48647534/python-pandas-find-difference-between-two-data-frames – Davin Tryon Sep 30 '22 at 15:59

0 Answers0