sample_to_row = {row[0]: row for row in lines[1:]}
001、sample_to_row = {row[0]: row for row in lines[1:]}