row into dict df pd code example Example 1: dataframe to dict without index df.to_dict('index') Example 2: pandas to dictionary df.to_dict('records')