pandas dataframe to dictionary with one column as key code example Example: dataframe to dictionary with one column as key pd.Series(df.A.values,index=df.B).to_dict()