Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels