Pandas Ajouter le dictionnaire à DataFrame

output = pd.DataFrame()
output = output.append(dictionary, ignore_index=True)
Anxious Axolotl