Get row by index as CsvRow.
CsvRow operator [](int index) { final headerMap = buildHeaderMap(); return CsvRow(_data[index], headerMap); }