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

Some potential France team name fixes #82

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

Some potential France team name fixes #82

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

Comments

@gbond-1
Copy link

gbond-1 commented Jan 18, 2025

Hi -- Noticed a few "within season" inconsistencies for team names that lead to incorrect league tables.

Some suggestions...hard to know which name is the correct to override with but this will at least fix the inconsistency.

FRA$home[FRA$home == "Red Star Olympique Audonien" & FRA$Season == 1945] <- "Red Star Olympique"
FRA$visitor[FRA$visitor == "Red Star Olympique Audonien" & FRA$Season == 1945] <- "Red Star Olympique"

FRA$home[FRA$home == "AS Cannes" & FRA$Season == 1946] <- "AS Cannes-Grasse"
FRA$visitor[FRA$visitor == "AS Cannes" & FRA$Season == 1946] <- "AS Cannes-Grasse"

FRA$home[FRA$home == "Brest Armorique FC" & FRA$Season == 1981] <- "Stade Brest"
FRA$visitor[FRA$visitor == "Brest Armorique FC" & FRA$Season == 1981] <- "Stade Brest"

FRA$home[FRA$home == "Racing Club de France" & (FRA$Season == 1986 | FRA$Season == 1988)] <- "Matra Racing"
FRA$visitor[FRA$visitor == "Racing Club de France" & (FRA$Season == 1986 | FRA$Season == 1988)] <- "Matra Racing"

FRA$home[FRA$home == "Stade Brest" & FRA$Season == 1990] <- "Brest Armorique FC"
FRA$visitor[FRA$visitor == "Stade Brest" & FRA$Season == 1990] <- "Brest Armorique FC"

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