Ligue 1 Saison 2020-2021
Football French Championship Results over 2020/21
@kaggle.lucmouneyres_ligue_1_saison_20202021
Football French Championship Results over 2020/21
@kaggle.lucmouneyres_ligue_1_saison_20202021
Ligue 1 is the first Football Championship in France and one of the biggest championship in Europe including teams like PSG, Marseille, Lyon ...
This dataset includes the results over the last season (2020/21) at both the end of the game and half-time.
The aim of this project is to grasp relevant information about the teams.
It would be nice to detect trends depending on opponents.
Feel free to make any suggestion about a new approach/vision.
This is a free/public dataset.
CREATE TABLE data_2020_2021 (
"journee" VARCHAR,
"home" VARCHAR,
"away" VARCHAR,
"scores" VARCHAR,
"home_goal" BIGINT,
"away_goal" BIGINT,
"ht_home_goal" BIGINT,
"ht_away_goal" BIGINT
);
Anyone who has the link will be able to view this.