标签: pandas
我可以通过以下方式获得该模式:
highest_earning_country = rich["native-country"].mode()[0]
但是如何获得该模式出现的次数?