jimmyday12 / fitzRoy

A set of functions to easily access AFL data
https://jimmyday12.github.io/fitzRoy
Other
129 stars 27 forks source link

Rounds that span two weeks make subsequent round numbers incorrect #106

Closed cfranklin11 closed 4 years ago

cfranklin11 commented 4 years ago

Today I learned that 2010 and 2014 each had a round that spanned two weeks. I only noticed this when trying to join Footywire betting data with AFLTables match data. The two-week rounds get split into two rounds and shift all subsequent rounds by one, resulting in an extra round at the end of the season. There's a similar issue with the replayed 2010 Grand Final. I'll open a PR with fixes soon.