reset password
Author Message
ChristopherNg
Posts: 17
Posted 17:19 Oct 28, 2016 |

I noticed for the credit.csv file, the first row is ignored (probably because it is supposed to be used as the column header names). For example when printing out the first 3 rows, the first column values will be "a, a, b" instead of "b, a, a".

Should we opt out the first row then when running our code? If not, to read and input the first row into an array, I entered a proxy first row (attached file).

Attachments:
msargent
Posts: 519
Posted 10:40 Oct 29, 2016 |

In the code I demoed in class, we advanced the cursor beyond the first row before we started looping, since we didn't want that in our array.