La Liga Winners (1919 - 2020)
La Liga Results with top 3 Teams of each Season and Top Scorer.
@kaggle.kishan305_spanish_football_la_liga_champions
La Liga Results with top 3 Teams of each Season and Top Scorer.
@kaggle.kishan305_spanish_football_la_liga_champions
This DataSet contains a list of La Liga Winners, Runner-ups, and Top Goal Scorers from the year 1929 to 2022-23. Data was generated from Wikipedia using Web scraping.
The Script to scrap data is available at - GitHub
Attribute fields include:
CREATE TABLE la_liga_winners (
"season" VARCHAR,
"winner" VARCHAR,
"winner_s_points" VARCHAR -- Winner\u0027s Points,
"runner_up" VARCHAR,
"runner_up_s_points" VARCHAR -- Runner-up\u0027s Points,
"third_place" VARCHAR,
"third_place_s_points" VARCHAR -- Third Place\u0027s Points,
"top_scorer" VARCHAR,
"top_scorer_s_club_s" VARCHAR -- Top Scorer\u0027s Club(s),
"goals" VARCHAR
);
Anyone who has the link will be able to view this.