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 player_valuations (
"player_id" BIGINT,
"date" TIMESTAMP,
"market_value_in_eur" BIGINT,
"current_club_id" BIGINT,
"player_club_domestic_competition_id" VARCHAR
);
Anyone who has the link will be able to view this.