Hi I have an example dataset of the following: enter image description here
I am trying to use the max function to find the top 3 countries with the highest number of hotels.
I used the following code in python: print(data['Number of hotels'].max)
However, it doesn't give the exact name of the country when printing this code. Any suggestions would be appreciated