You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll be useful to have cloud services as datastore. Currently, Kaggle Dataset looks a good candidate to me. If a proper credential is provided, a dataset can be published with a version using 'create' command and be downloaded using 'download' as below. For the full description of the API, please refer to kaggle-api.
Kaggle Datasets
The API supports the following commands for Kaggle Datasets.
usage: kaggle datasets [-h]
{list,files,download,create,version,init,metadata,status} ...
optional arguments:
-h, --help show this help message and exit
commands:
{list,files,download,create,version,init,metadata, status}
list List available datasets
files List dataset files
download Download dataset files
create Create a new dataset
version Create a new dataset version
init Initialize metadata file for dataset creation
metadata Download metadata about a dataset
status Get the creation status for a dataset
The text was updated successfully, but these errors were encountered:
It'll be useful to have cloud services as datastore. Currently, Kaggle Dataset looks a good candidate to me. If a proper credential is provided, a dataset can be published with a version using 'create' command and be downloaded using 'download' as below. For the full description of the API, please refer to kaggle-api.
Kaggle Datasets
The API supports the following commands for Kaggle Datasets.
The text was updated successfully, but these errors were encountered: