Ignore:
Timestamp:
2021-02-16T23:43:20+13:00 (3 years ago)
Author:
davidb
Message:

Voting totals added in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/voting-excel/xlsx-to-jsonmetadata.py

    r34891 r34893  
    5656    #
    5757    # for data_hashmap in data_hashmap_array_finals:
    58     #    print data_hashmap.get('To country'), data_hashmap.get('Year'), data_hashmap.get('Points'), "(Points from " + data_hashmap.get('From country') + ")"
     58    #    print(data_hashmap.get('To country'), data_hashmap.get('Year'), data_hashmap.get('Points'), "(Points from " + data_hashmap.get('From country') + ")")
    5959
    6060
     
    191191    # Debug output
    192192    #
    193     # print to_country_year_voting_groups
    194    
    195     # Next step is to express the grouped by-country voting data
     193    # print(to_country_year_voting_groups)
     194   
     195    # Next step is to express the grouped to-country voting data
    196196    # in the Greenstone JSON metadata format:
    197197   
Note: See TracChangeset for help on using the changeset viewer.