import pandas as pd my_dict = {key:value,key:value,key:value,...} df = pd.DataFrame(list(my_dict.items()),columns = ['column1','column2'])