Serie A Team Statistics 1994-2021
Football: Serie A Team Statistics from 1994-2021
@kaggle.pritish509_football_serie_a_team_statistics_20002021
Football: Serie A Team Statistics from 1994-2021
@kaggle.pritish509_football_serie_a_team_statistics_20002021
This data has been scraped from TransferMarkt to include diversity, performance, and value-related features. Football is a sport built on teamwork therefore diversity can be advantageous and disadvantageous to the team's performance. This dataset can help you understand that amongst many other complementary hypotheses.
CREATE TABLE seriea_combined (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"squad" DOUBLE,
"average_age" DOUBLE,
"foreigners" DOUBLE,
"average_market_value" DOUBLE,
"total_market_value" DOUBLE,
"ranking" BIGINT,
"mp" BIGINT,
"gd" BIGINT,
"pts" BIGINT,
"season" BIGINT
);Anyone who has the link will be able to view this.