df1.location = 'United Arab Emirates',
'Bahrain',
'Luxembourg',
'Malta',
'Denmark',
'Israel',
'Iceland',
'Russia',
'United States',
'Australia'
df2.location ='Qatar',
'Bahrain',
'Panama',
'Chile',
'San Marino',
'Aruba',
'Kuwait',
'Peru',
'Brazil',
'United States'
ā ```
And i have to find the number of matching elements between two pandas dataframes.