Reading from .csv file to table

You will need to define the headers manually, instead of using the file. Example:

header = ['Col1', 'Col2', 'Col3']