La Liga Top Three Teams With Points Since 1929
All the data provided here is Team name and points.
@kaggle.azizulhakim98_la_liga_top_three_teams_with_points_since_1929
All the data provided here is Team name and points.
@kaggle.azizulhakim98_la_liga_top_three_teams_with_points_since_1929
I love football. As I am a fan of Barcelona, one of the teams of La Liga, I created this dataset in order to get the insights of the title race in the margin of points earned throughout the entire season.
The table consists of 94 rows and 7 columns. Each row contains specific season, top three names of the table and their respective points from 1929 to 2021.
How many points are required to win La liga in the upcoming years? What is the possible range of points in order to get a position in the top three?
CREATE TABLE la_liga_top_three_teams_with_points_since_1929 (
"season" VARCHAR,
"winners" VARCHAR,
"winners_points" VARCHAR,
"runners_up" VARCHAR,
"runners_up_points" VARCHAR,
"third_place" VARCHAR,
"third_place_points" VARCHAR
);
Anyone who has the link will be able to view this.