with open('data/data.csv', 'r') as file:
  d = csv.DictReader(file, fieldnames=['id', 'val'])
print(d['idHOGE'])