Q. Which pandas function is used to read data from an Excel file?
β
Correct Answer: (B)
read_excel()
Explanation: The read_excel() function is used to read Excel files (.xls, .xlsx) into a pandas DataFrame.