0

I have a Pandas DataFrame 1 (snippet below):

df 1

I have generated another Dataframe 2 with some similar headings. I need to match up and merge the rows in both df's under the columns "Date" (datetime object), Latitude and Longitude (integers).

I am aware of python's fuzzywuzzy module, but unsure of it's use.

deanpwr
  • 191
  • 9

0 Answers0