append dictionary to data frame append dictionary to data frame python-3.x python-3.x

append dictionary to data frame


You don't assign the value to the result.

output = pd.DataFrame()output = output.append(dictionary, ignore_index=True)print(output.head())