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