2019年11月20日 星期三
[python] dict 依據value排序
不使用內建的sorted()函式, 例如
new_data
=sorted(data.items(), key=lambda x: x[1],reverse=True)
將dict依照value 進行排序
new_data=sort_dict_by_value(data,reverse=True)
沒有留言 :
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 ( Atom )
沒有留言 :
張貼留言