Add a function called `header` which returns the first row of a csv file as a list of strings, where
every element in the list is a column in the row.
