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

getData Error #115

Open
gjm112 opened this issue Apr 3, 2018 · 1 comment
Open

getData Error #115

gjm112 opened this issue Apr 3, 2018 · 1 comment

Comments

@gjm112
Copy link
Collaborator

gjm112 commented Apr 3, 2018

ds = getData(start = "2013-06-30")

Retrieving data from 2013-06-30 ...

...found 0 games

Error in grouped_df_impl(data, unname(vars), drop) :
Column gameId is unknown

So the update by znmeb fixes part of this, but now I get:

ds = getData(start = "2018-04-01")

Retrieving data from 2018-04-01 ...

...found 13 games

day_01/gid_2018_04_01_anamlb_o
day_01/gid_2018_04_01_bosmlb_t
day_01/gid_2018_04_01_chamlb_k
day_01/gid_2018_04_01_chnmlb_m
day_01/gid_2018_04_01_clemlb_s
day_01/gid_2018_04_01_houmlb_t
day_01/gid_2018_04_01_minmlb_b
day_01/gid_2018_04_01_nyamlb_t
day_01/gid_2018_04_01_pitmlb_d
day_01/gid_2018_04_01_pitmlb_d
day_01/gid_2018_04_01_sfnmlb_l
day_01/gid_2018_04_01_slnmlb_n
day_01/gid_2018_04_01_wasmlb_c
Error in grouped_df_impl(data, unname(vars), drop) :
Column gameId is unknown

@james-ingold
Copy link

This is an issue because the mlb api changed to include the day_xx portion of the url in their gameIds. I've got it fixed in this pull request #114

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

2 participants