Liga Argentina 1931 - 2023
Results of the matches corresponding to the Argentine first division of football
@kaggle.ivanramosctes_liga_argentina_1931_2023
Results of the matches corresponding to the Argentine first division of football
@kaggle.ivanramosctes_liga_argentina_1931_2023
Update until September 2023 of the dataset corresponding to Link Dataset
The dataset contains detailed information about football matches from several seasons, from the 1931 to the 2023, of the Argentine league. This dataset is valuable for those who wish to perform statical analysis, research of forecast related to Argentine football.
Below is a more detailed description of the dataset:
CREATE TABLE liga_2023 (
"date_name" VARCHAR,
"local_team_id" BIGINT,
"local_team" VARCHAR,
"local_result" BIGINT,
"visitor_result" BIGINT,
"visitor_team" VARCHAR,
"visitor_team_id" BIGINT
);
Anyone who has the link will be able to view this.