Baselight

Holland At Major Men's Football Tournaments

Do last names affect the national team's performance?

@kaggle.guyasp_holland_at_major_mens_football_tournaments

Loading...
Loading...

About this Dataset

Holland At Major Men's Football Tournaments

Dutch are known for their last names - many "van", "de", "van der" and "van de". They're also pretty good at football. This is the data of their rosters in major football tournaments (national teams) which they have qualified to: Tournament type, number of participating teams, number of Dutch players in the squad (manager included) named "van", "de", "van der" and "van de" along with their final position and performance (wins/draws/losses, goals scored/conceded).

Do the last names have any effect on their success?

Tables

Holland

@kaggle.guyasp_holland_at_major_mens_football_tournaments.holland
  • 10.15 KB
  • 20 rows
  • 14 columns
Loading...

CREATE TABLE holland (
  "tournament" VARCHAR,
  "tournament_type" VARCHAR,
  "n_van" BIGINT,
  "n_de" BIGINT,
  "n_van_der" BIGINT,
  "n_van_de" BIGINT,
  "teams" BIGINT,
  "final_place" BIGINT,
  "played" BIGINT,
  "wins" BIGINT,
  "draws" BIGINT,
  "losses" BIGINT,
  "goals_for" BIGINT,
  "goals_against" BIGINT
);

Share link

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