Skip to content
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

Fryzigg API missing Brownlow Votes for 2022 & 2023 #213

Open
jdgsmallwood opened this issue Apr 13, 2024 · 2 comments
Open

Fryzigg API missing Brownlow Votes for 2022 & 2023 #213

jdgsmallwood opened this issue Apr 13, 2024 · 2 comments

Comments

@jdgsmallwood
Copy link

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
Copy link
Owner

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

@Fryzigg
Copy link
Contributor

Fryzigg commented May 8, 2024

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

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

No branches or pull requests

3 participants