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

Wrong matching Umpire Data #351

Open
mIgLLL opened this issue Sep 30, 2024 · 0 comments
Open

Wrong matching Umpire Data #351

mIgLLL opened this issue Sep 30, 2024 · 0 comments

Comments

@mIgLLL
Copy link

mIgLLL commented Sep 30, 2024

I find that the game 632224 have two home plate umpire (Ron Kulpa and Ryan Blakney), which is unreasonble.

Actually, it true data is as followed:

Umpires:HP: Ron Kulpa. 1B: Brian O'Nora. 2B: Ryan Wills. 3B: Ryan Additon.

We can find that the true umpire is Ron Kulpa, not Ryan Blakney.

But why Ryan Blankey is here? I found that there are two games between BAL and SEA in that day. Ryan Blankey is the another game's umpire.

So this is probably a matching issue. They matched the umpire information and game_pk only by the game_date and home_team and away_team. I strongly doubt this robustness. Even I match the two dataset with game_date, home_team,away_team, home_score, and away_score, there is still a few wrong matches. Please be careful.

I don't check the whole sample. But there are 200 games are with duplicated umpires.

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