jimmyday12 / fitzRoy

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

Incorrect venues on AFL Tables #195

Closed JaseZiv closed 3 weeks ago

JaseZiv commented 1 year ago

Have noticed this is issue stems from the data on the AFL Tables website, however some match venues are incorrect.

For the reprex provided, the results have GWS playing Richmond at Docklands, yet they actually played at Spotless. Additionally, GC vs Essendon listed as being played at Kardinia Park. Using version 1.3.0:

wrong_venues <- fetch_results(season = 2021, round_number = 22, source = "afltables")
image

Don't know how far and wide this issue stems from, but thought I'd raise here as a starting point for anyone wanting to investigate and correct the stored data.

JaseZiv commented 1 year ago

So sorry - my bad - on further digging, it appears that this did in fact happen:

image

Guess that was COVID/lockdowns-related?

peteowen1 commented 3 weeks ago

This can be closed