You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The load_cfb_pbp function in this package and cfbfastR pull from different sources
cfbfastR pulls PBP data from https://raw.githubusercontent.com/sportsdataverse/cfbfastR-data/main/data/rds/pbp_players_pos_",seasons,".rds". This package pulls PBP data from https://raw.githubusercontent.com/sportsdataverse/cfbfastR-data/main/pbp/parquet/play_by_play_{season}.parquet. There is a parquet file in sportsdataverse/cfbfastR-data/main/data/parquet, but it seems like the data pipeline might have stopped during the 2022 season. Is the PBP folder the expected data source? If so, how does it get updated?
Trying to explore this package and understand what it can and can't do versus cfbfastR.
The text was updated successfully, but these errors were encountered:
The
load_cfb_pbp
function in this package andcfbfastR
pull from different sourcescfbfastR pulls PBP data from
https://raw.githubusercontent.com/sportsdataverse/cfbfastR-data/main/data/rds/pbp_players_pos_",seasons,".rds"
. This package pulls PBP data fromhttps://raw.githubusercontent.com/sportsdataverse/cfbfastR-data/main/pbp/parquet/play_by_play_{season}.parquet
. There is a parquet file insportsdataverse/cfbfastR-data/main/data/parquet
, but it seems like the data pipeline might have stopped during the 2022 season. Is the PBP folder the expected data source? If so, how does it get updated?Trying to explore this package and understand what it can and can't do versus cfbfastR.
The text was updated successfully, but these errors were encountered: