Skip to content

Create parse_wca.py #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Create parse_wca.py #2

wants to merge 4 commits into from

Conversation

jbmertens
Copy link

No description provided.

@ShadenSmith
Copy link
Collaborator

Interestingly, the WCA export does not provide result data in chronological order. This makes the competition IDs unsorted (2007 competitions come before 2005).

We should instead use a regular expression to extract the year from the competition ID and then sort competitions by year before generating the tensor.

@ShadenSmith
Copy link
Collaborator

Or even better, does the WCA provide an additional export with competition dates? Then we can sort by actual date, instead of simply grouping by year.

@jbmertens
Copy link
Author

Yep - in the downloaded zip, the WCA_export_Competitions.tsv file, there are separate year, month, day columns for when the competition started. (Also endMonth, endDay, but I think the starting date is enough?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants