10000 Some potential France team name fixes · Issue #82 · jalapic/engsoccerdata · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Some potential France team name fixes #82
Open
@gbond-1

Description

@gbond-1

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"

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

      0