Baselight

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

Loading...
Loading...

About this Dataset

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:

  • Player
  • FotMob rating
  • Minutes played
  • Goals
  • Assists
  • Total shots
  • xG
  • xA
  • xG +xA

Tables

Player Stats

@kaggle.ahnaf105091_champions_league_final_bvb_vs_rm_player_stats.player_stats
  • 7.74 kB
  • 30 rows
  • 9 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.