I can successfully upload and access a CSV file using a Django form and loop through the rows in the file. However, the first row contains the column headers and these are somehow skipped when the code begins to read the file.I can successfully upload and access a CSV file