Q. Which pandas function reads a JSON file into a DataFrame?
β
Correct Answer: (B)
read_json()
Explanation: The read_json() function reads JSON formatted data into a pandas DataFrame.