8000 Problems with early Season column for France · Issue #83 · jalapic/engsoccerdata · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Problems with early Season column for France #83
Open
@gbond-1

Description

@gbond-1

Hi -- it appears that the some of the early Season values are off relative to Date. This line seems to fix the problem:

FRA$Season <- ifelse(FRA$Season <= 1936, FRA$Season+1,FRA$Season)

Note this also implies that we are missing all data for 1932.

https://en.wikipedia.org/wiki/1932%E2%80%9333_French_Division_1

To aid in checking the data, I was able to create a dataset of all of the league tables for French Division 1 from Wikipedia from 1932 to 1994. (1995 and onward can be compared to https://fbref.com/en/comps/13/history/Ligue-1-Seasons). I have uploaded a csv version here of those 1932 to 1994 tables.

FRA_league_table.csv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      28FB
      0