jimmyday12 / fitzRoy

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

Fryzigg API missing Brownlow Votes for 2022 & 2023 #213

Open jdgsmallwood opened 2 months ago

jdgsmallwood commented 2 months ago

Please briefly describe your problem and what output you expect.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Brief description of the problem

Hi All,

I'm seeing that the Fryzigg dataset is missing Brownlow Votes for the 2022 & 2023 season (all are 0).

I'm super happy to help fix this (I've got a dataset locally where I've spliced it together with the AFLtables dataset) but just need pointing in the right direction / to the right person.

Many Thanks, Jay

Can reproduce using the following:

library(fitzRoy)
data_2022 <- fetch_player_stats(season=2022, source='fryzigg')
sum(data_2022$brownlow_votes)

data_2023 <- fetch_player_stats(season=2023, source='fryzigg')
sum(data_2023$brownlow_votes)
jimmyday12 commented 2 months ago

@Fryzigg I assume this is an issue with the source data on your side?

Fryzigg commented 2 months ago

Correct haven't added it yet so I can run an import with that dataset. Just haven't had the time to update my db