📜  以一列为键的数据框到字典 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.044000             🧑  作者: Mango

代码示例2
pd.Series(df.A.values,index=df.B).to_dict()