Suppose I have a nested dictionary \'user_dict\' with structure:
Building on verified answer, for me this worked best:
ab = pd.concat({k: pd.DataFrame(v).T for k, v in data.items()}, axis=0) ab.T