🌈 搜索
📅  最后修改于: 2022-03-11 14:46:09.035000             🧑  作者: Mango
In [9]: pd.Series(df.Letter.values,index=df.Position).to_dict() Out[9]: {1: 'a', 2: 'b', 3: 'c', 4: 'd', 5: 'e'}