Question: You load a data file named sourcefile . csv using the following statements: import pandas as pd dataframe = pd . read _ csv (

You load a data file named sourcefile.csv using the following statements:
import pandas as pd
dataframe = pd.read_csv(sourcefile.csv')
You would like to print first several rows of the dataset. Which of the following statements should you use?
a.
sourcefile.info()
b.
dataframe.info()
c.
sourcefile.head()
d.
dataframe.head()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!