Well that is the challenge, isn’t it?
You need to utilize the .groupby() method to get the high-earning salaries counted per country and use it to calculate their ratio, then find the max-value and output the country.
This is indeed quite hard compared to the previous tasks.