python collections.Counter()用法

数据处理聚类后,分不清哪类多可以用以下方法。
a = dict(collections.Counter(temp_end_2[‘b’]))
b = max(a,key = a.get)
temp_end_2 = temp_end_2.groupby(temp_end_2.index).filter(lambda x:float(x[‘b’])==b)

你可能感兴趣的:(工程,python)