Football Data From Transfermarkt
Football (Soccer) data scraped from Transfermarkt website
@kaggle.davidcariboo_player_scores
Football (Soccer) data scraped from Transfermarkt website
@kaggle.davidcariboo_player_scores
CREATE TABLE appearances (
"appearance_id" VARCHAR,
"game_id" BIGINT,
"player_id" BIGINT,
"player_club_id" BIGINT,
"player_current_club_id" BIGINT,
"date" TIMESTAMP,
"player_name" VARCHAR,
"competition_id" VARCHAR,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"goals" BIGINT,
"assists" BIGINT,
"minutes_played" BIGINT
);
Anyone who has the link will be able to view this.