A

Admin • 828.03K Points
Coach

Q. Which function reads data from a JSON file into a DataFrame?

  • (A) pd.read_json()
  • (B) pd.load_json()
  • (C) pd.json()
  • (D) pd.open_json()
  • Correct Answer - Option(A)
  • Views: 5
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`read_json()` reads JSON-formatted data into a DataFrame.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.