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
--sort-by SORT_BY Sort list results. Default is 'hottest'. Valid options are 'hottest', 'votes', 'updated', and 'active'
247
-
--size SIZE Search for datasets of a specific size. Default is 'all'. Valid options are 'all', 'small', 'medium', and 'large'
247
+
--max-size MAX_SIZE Specify the maximum size of the dataset to return (bytes)
248
+
--min-size MIN_SIZE Specify the minimum size of the dataset to return (bytes)
248
249
--file-type FILE_TYPE Search for datasets with a specific file type. Default is 'all'. Valid options are 'all', 'csv', 'sqlite', 'json', and 'bigQuery'. Please note that bigQuery datasets cannot be downloaded
249
250
--license LICENSE_NAME
250
251
Search for datasets with a specific license. Default is 'all'. Valid options are 'all', 'cc', 'gpl', 'odb', and 'other'
@@ -268,9 +269,11 @@ Example:
268
269
```
269
270
usage: kaggle datasets files [-h] [-v] [dataset]
270
271
272
+
required arguments:
273
+
dataset Dataset URL suffix in format <owner>/<dataset-name> (use "kaggle datasets list" to show options)
274
+
271
275
optional arguments:
272
276
-h, --help show this help message and exit
273
-
dataset Dataset URL suffix in format <owner>/<dataset-name> (use "kaggle datasets list" to show options)
274
277
-v, --csv Print results in CSV format (if not set print in table format)
Folder for upload, containing data files and a special dataset-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Dataset-Metadata). Defaults to current working directory
323
+
Folder where the special dataset-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Dataset-Metadata) will be created. Defaults to current working directory
Folder for upload, containing data files and a special kernel-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Kernel-Metadata). Defaults to current working directory
479
+
Folder where the special kernel-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Kernel-Metadata) will be created. Defaults to current working directory
0 commit comments