You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: