powered by
This function joins the Euroleague/Eurocup games with the players' bio and computes the players' age at each game.
join_players_bio_age_euro(df_games, df_rosters)
Data frame.
Data frame with the games.
Data frame with the biography of the roster players.
Guillermo Vinue
do_join_games_bio
df <- join_players_bio_age_euro(euroleague_games_1718, euroleague_players_1718)
Run the code above in your browser using DataLab