Python | Pandas Quiz | Question 3

Last Updated :
Discuss
Comments

How can you read a CSV file into a Pandas DataFrame?

pd.load_csv()

pd.read_csv()

pd.import_csv()

pd.open_csv()

Share your thoughts in the comments