I have a Pandas DataFrame 1 (snippet below):
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.