jimmyday12 / fitzRoy

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

missing height & weights, time on Ground > 100 % #163

Closed SingSing2020 closed 2 years ago

SingSing2020 commented 2 years ago

height & weights has 3,400 NA values numerious players have time-on-ground > 100% in 2020 season


afl_adv_GameDay_stats_2018_2021 <- fetch_player_stats_fryzigg(2018:2021)

summary(afl_adv_GameDay_stats_1993_2021)

``
`
jimmyday12 commented 2 years ago

This is related to the dataset from @Fryzigg so will need him to take a look

SingSing2020 commented 2 years ago

it appears that the %'s are simply inflated by the number of minutes lost in the 2020 season. Can be fixed with the below calc. TOG_2020 - (TOG * .2) @Fryzigg

SingSing2020 commented 2 years ago

Looks like the TOG is now fine, thanks guys @jimmyday12 @Fryzigg