diff --git a/obsdata/fed_data.py b/obsdata/fed_data.py index 050ecb5..f592d47 100644 --- a/obsdata/fed_data.py +++ b/obsdata/fed_data.py @@ -119,9 +119,9 @@ def get_records(rows): for row_nr, row in enumerate(csv.reader(rows, delimiter=';')): if row_nr == 0: date_index = row.index('Date') - value_index = row.index(':Value') - unc_index = row.index(':Unc') - status_index = row.index(':StatusFlag') + value_index = row.index('_Val') + unc_index = row.index('_Unc') + status_index = row.index('_StatusFlag') else: try: date_i = datetime.strptime(