-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
kaggle
document loader
#13788
kaggle
document loader
#13788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Little suggestion to make this even more convenient for folks using datasets from kaggle!
"""Load from `Kaggle` datasets. | ||
|
||
Follow these steps to use this loader: | ||
- Register a Kaggle account and create an API token to use this loader. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used the kaggle package before, and would it be possible to automate these steps in the loader instead of having it be a csv loader with some logic around the kaggle dataset format?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is possible. But I don't have time for it right now. I'm switching this PR to draft. Maybe I'll find time for automate it.
|
||
## Installation and Setup | ||
|
||
You need to install `kaggle` python package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the current implementation, I don't think this is true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package is used to manually download the kaggle dataset locally. I'd prefer do keep it here for clarity.
Added the
Kaggle
datasets as a DocumentLoader