tab1 having column name as: 'index', 'Province/State', 'Country/Region', 'Lat', 'Long', 'Date', 'Recovered'
tab2 having column name as: 'index', 'Province/State', 'Country/Region', 'Lat', 'Long', 'Date', 'Confirmed'
due to missing values in both the table so, I want to join these unordered (46550 × 6 and 44275 × 6) tables on common lat and long values. I tried merging join but failed to accomplish the results.