jisantuc / ifsc-client

Simple client for common things you might want to do when navigating the IFSC API
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Decide on data representation for analysis and write to file #4

Closed jisantuc closed 1 year ago

jisantuc commented 1 year ago
jisantuc commented 1 year ago

Representation should facilitate answering the following questions/producing plots for the following things:

The hypothesis is -- route setters set boulders that are easier for the women competitors than they do for the men competitors

not ascribing motive, just checking whether that's true

Format that should facilitate this, possibly de-normalized because I'm lazy:

| season | comp | comp order | competitor | ranking | round | top | top tries | zone | zone tries | category |

It should be possible to transform data to this representation by re-orienting the workflow around fetching a season at a time and outputting the data in that format