Holland At Major Men's Football Tournaments
Do last names affect the national team's performance?
@kaggle.guyasp_holland_at_major_mens_football_tournaments
Do last names affect the national team's performance?
@kaggle.guyasp_holland_at_major_mens_football_tournaments
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
);
Anyone who has the link will be able to view this.