to_dict(orient="index") code example Example 1: dataframe to dict without index df.to_dict('index') Example 2: dataframe to dict without index df.to_dict('list')