Home / Report Question

Q. Which method writes DataFrame to an Excel file?
  • A. df.write_excel()
  • B. df.to_excel()
  • C. df.save_excel()
  • D. df.export_excel()