Use csv.DictReader
To avoid relying on the index column when using the command with a CSV file, we can use csv.DictReader
and add a header (Annotations,Predictions
).
To avoid relying on the index column when using the command with a CSV file, we can use csv.DictReader
and add a header (Annotations,Predictions
).