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