pandas create data frame with values code example Example: creata daframe python d = {'col1': [1, 2], 'col2': [3, 4]} df = pd.DataFrame(data=d) df