Exercise

Add a table into Excel file

You're now tasked with creating an Excel file containing an entire table. The end result should look like this:

excel_exercise2

data is a list of lists that contains the entire table. You can see it printed in the IPython shell.

Instructions

100 XP
  • Use the appropriate function to add the whole table.
  • Add the data needed to the add in the excel file.
  • Use the appropriate names for the columns, as shown in the image.
  • Close the file.