A

Admin • 802.91K Points
Coach

Q. Which method is used to read a CSV file into pandas?

  • (A) pd.read_file()
  • (B) pd.load_csv()
  • (C) pd.open_csv()
  • (D) pd.read_csv()
  • Correct Answer - Option(D)
  • Views: 8
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`pd.read_csv()` is used to load a CSV file into a DataFrame.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.