Select the option where a DataFrame object is correctly created.
DataFrame
Select the correct answer
pd.DataFrame({'column1' : [4, 5, 6], 'column2' : [13, 8, 19]})
pd.DataFrame({[1, 5, 10] : [4, 5, 6]})
pd.dataframe('column1', [4, 5, 6], 'column2', [13, 8, 19])
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat