最佳答案
假设我们使用了熊猫 dataframe[column].value_counts()
,它输出:
apple 5
sausage 2
banana 2
cheese 1
如何按照上面所示的顺序从最大值提取到最小值?
例如: [apple,sausage,banana,cheese]