toy dataframe df simple

Solutions on MaxInterview for toy dataframe df simple by the best coders in the world

showing results for - "toy dataframe df simple"
Angel
12 Feb 2020
1d = {'col1': [1, 2], 'col2': [3, 4]}
2df = pd.DataFrame(data=d)
3df
similar questions
queries leading to this page
toy dataframe df simple