-
Notifications
You must be signed in to change notification settings - Fork 14
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
kgl_datasets_download error. #1
Comments
When I try downloading .csv data using httr it looks like it doesn't come back in JSON format. Instead, it comes as "text/csv". I'll let you know if I figure out a way for it to return the result in a nicely formatted data frame. |
using content with |
Hey how did you install the package? I used: install_github('mkearney/kaggler') |
@cecilialiu0803 If I remember correctly, I had to install all the packages in a numbered list it kept giving me before this package finally installed. If that doesn't work for you it might be worth starting a new issue for this or posting in the devtools::install_github() instead of install_packages() issue. |
@ejharrit Thank you so much!!!!! It works now. |
@ejharrit But how can I find my key, I cannot open the 'kaggle.json' file |
@cecilialiu0803 you should be able to read it into r using |
Thanks Eddy, I’ll have a try.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Eddy <[email protected]>
Sent: Monday, February 18, 2019 21:53
To: mkearney/kaggler
Cc: Lu Liu [mm18ll]; Mention
Subject: Re: [mkearney/kaggler] kgl_datasets_download error. (#1)
@cecilialiu0803<https://github.com/cecilialiu0803> you should be able to read it into r using
fromJSON("kaggle.json", flatten = TRUE) from the jsonlite package.
If that doesn't work you should also be able to right click the file and choose "open with" and select an app, like notepad, to open it and just read it manually.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AqGK2TfFFVQxSRWTeMlLMo4Oj4wV9floks5vOyDlgaJpZM4XF2Ct>.
|
Has someone figured out the solution to gui-souza's question? I am getting the same error |
Hi, I haven’t checked this course for a while, will have a look this weekend, what’s the question you are asking
…________________________________
From: saicharanabhishek <[email protected]>
Sent: Thursday, March 21, 2019 01:45
To: mkearney/kaggler
Cc: Lu Liu [mm18ll]; Mention
Subject: Re: [mkearney/kaggler] kgl_datasets_download error. (#1)
Has someone figured out the solution to gui-souza's question? I am getting the same error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AqGK2bHbxojVlB5Xu13MaI6UYwSVTqVkks5vYuRKgaJpZM4XF2Ct>.
|
Same issue for me, any updates? |
First of all, thank you for this amazing project!
I'm getting some issues when downloading a dataset from kaggle using the code bellow:
I get the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: