Champions League Final BVB Vs RM Player Stats
UEFA Champions League Final 2023-24 data scraped from Fotmob.
@kaggle.ahnaf105091_champions_league_final_bvb_vs_rm_player_stats
UEFA Champions League Final 2023-24 data scraped from Fotmob.
@kaggle.ahnaf105091_champions_league_final_bvb_vs_rm_player_stats
This is the general player stats for UCL Final between Borussia Dortmund vs Real Madrid. Scraped from Fotmob.
Columns include:
CREATE TABLE player_stats (
"player" VARCHAR,
"fotmob_rating" DOUBLE,
"minutes_played" BIGINT,
"goals" BIGINT,
"assists" BIGINT,
"total_shots" BIGINT,
"xg" DOUBLE,
"xa" DOUBLE,
"xg_xa" DOUBLE -- XG + XA
);Anyone who has the link will be able to view this.