Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
42 stars 7 forks source link

Implementing dataset usage with kagglehub #101

Closed jeward414 closed 2 months ago

jeward414 commented 4 months ago

Implementing the usage of datasets with kagglehub.

Will allow users to use kagglehub.dataset_download("thegoanpanda/imdb-top-2000-movies").

b/313706281

Note: So far this PR adds the download functionality for datasets using kagglehub.

neshdev commented 4 months ago

Please add tests if possible.