πŸ“Š Pandas
Q. Which pandas function is used to read data from an Excel file?
  • (A) read_csv()
  • (B) read_excel()
  • (C) read_table()
  • (D) read_json()
πŸ’¬ Discuss
βœ… Correct Answer: (B) read_excel()

Explanation: The read_excel() function is used to read Excel files (.xls, .xlsx) into a pandas DataFrame.

Explanation by: Sikhar Chaudhary
The read_excel() function is used to read Excel files (.xls, .xlsx) into a pandas DataFrame.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
82%
Success Rate