A

Admin • 833K Points
Coach

Q. Which command in Python Pandas reads a CSV file?

  • (A) pandas.load()
  • (B) pandas.readfile()
  • (C) pandas.read_csv()
  • (D) pandas.open()
  • Correct Answer - Option(C)
  • Views: 19
  • Filed under category Data Analysis
  • Hashtags:

Explanation by: Admin

`read_csv()` is the function in Pandas used to read CSV files into a DataFrame.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.