0

I have two DFs having applicationnumber and APPLICATIONNUMBER key. I want to select those rows, where this key does NOT match.

I tried:

df.loc[df['applicationnumber'] not in df_rdm['APPLICATIONNUMBER'].squeeze()]

Helo would be appreciated.

Stanislav Jirak
  • 725
  • 1
  • 7
  • 22

0 Answers0