We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
gameId
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Retrieving data from 2013-06-30 ...
...found 0 games
Error in grouped_df_impl(data, unname(vars), drop) :
Column
gameId
is unknownSo the update by znmeb fixes part of this, but now I get:
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 unknownThe text was updated successfully, but these errors were encountered: