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
Can someone let me know what is the exact endpoint to pull User data ?
Like, for any given user , I want to extract following data
The text was updated successfully, but these errors were encountered:
The meta-kaggle dataset might have what you need. Does this help? https://www.kaggle.com/datasets/kaggle/meta-kaggle?select=Users.csv
That table doesn't have everything you want, but there are other tables that have more.
The API does not have any support for querying user-related tables.
Sorry, something went wrong.
Isn't it possible to add Users class in https://github.com/Kaggle/kaggle-api/blob/main/kagglesdk/kaggle_client.py just like other classes and have implementation done using users.UsersService?
users.UsersService
No branches or pull requests
Can someone let me know what is the exact endpoint to pull User data ?
Like, for any given user , I want to extract following data
The text was updated successfully, but these errors were encountered: