Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with early Season column for France #83

Open
gbond-1 opened this issue Jan 18, 2025 · 0 comments
Open

Problems with early Season column for France #83

gbond-1 opened this issue Jan 18, 2025 · 0 comments

Comments

@gbond-1
Copy link

gbond-1 commented Jan 18, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant