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
--group GROUP Search for competitions in a specific group. Default is 'general'. Valid options are 'general', 'entered', and 'inClass'
86
+
--category CATEGORY Search for competitions of a specific category. Default is 'all'. Valid options are 'all', 'featured', 'research', 'recruitment', 'gettingStarted', 'masters', and 'playground'
87
+
--sort-by SORT_BY Sort list results. Default is 'latestDeadline'. Valid options are 'grouped', 'prize', 'earliestDeadline', 'latestDeadline', 'numberOfTeams', and 'recentlyCreated'
88
+
-p PAGE, --page PAGE Page number for results paging. Page size is 20 by default
86
89
-s SEARCH, --search SEARCH
87
-
term(s) to search for
88
-
-v, --csv print in CSV format
90
+
Term(s) to search for
91
+
-v, --csv Print results in CSV format
89
92
(if not set print in table format)
90
93
```
91
94
92
95
Example:
93
96
94
97
`kaggle competitions list -s health`
95
98
99
+
`kaggle competitions list --category gettingStarted`
100
+
96
101
##### List competition files
97
102
98
103
```
@@ -210,38 +215,48 @@ The API supports the following commands for Kaggle Datasets.
-p PAGE, --page PAGE Page number for results paging
242
+
--sort-by SORT_BY Sort list results. Default is 'hottest'. Valid options are 'hottest', 'votes', 'updated', and 'active'
243
+
--size SIZE Search for datasets of a specific size. Default is 'all'. Valid options are 'all', 'small', 'medium', and 'large'
244
+
--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
245
+
--license LICENSE_NAME
246
+
Search for datasets with a specific license. Default is 'all'. Valid options are 'all', 'cc', 'gpl', 'odb', and 'other'
247
+
--tags TAG_IDS Search for datasets that have specific tags. Tag list should be comma separated
237
248
-s SEARCH, --search SEARCH
238
249
Term(s) to search for
250
+
-m, --mine Display only my items
251
+
--user USER Find public datasets owned by a specific user or organization
252
+
-p PAGE, --page PAGE Page number for results paging. Page size is 20 by default
239
253
-v, --csv Print results in CSV format (if not set print in table format)
240
254
```
241
255
242
256
Example:
243
257
244
258
`kaggle datasets list -s demographics`
259
+
`kaggle datasets list --sort-by votes`
245
260
246
261
##### List files for a dataset
247
262
@@ -307,7 +322,7 @@ Example:
307
322
If you want to create a new dataset, you need to initiate metadata file at first. You could fulfill this by running `kaggle datasets init` as describe above.
-p PAGE, --page PAGE Page number for results paging
433
+
-p PAGE, --page PAGE Page number for results paging. Page size is 20 by default
434
+
--page-size PAGE_SIZE Number of items to show on a page. Default size is 20, max is 100
419
435
-s SEARCH, --search SEARCH
420
436
Term(s) to search for
421
437
-v, --csv Print results in CSV format (if not set print in table format)
@@ -424,18 +440,20 @@ optional arguments:
424
440
Find kernels for a given competition
425
441
--dataset DATASET Find kernels for a given dataset
426
442
--user USER Find kernels created by a given user
427
-
--language LANGUAGE Specify the language the kernel is written in. Valid options are 'all', 'python', 'r', 'sqlite', and 'julia'
443
+
--language LANGUAGE Specify the language the kernel is written in. Default is 'all'. Valid options are 'all', 'python', 'r', 'sqlite', and 'julia'
428
444
--kernel-type KERNEL_TYPE
429
-
Specify the type of kernel. Valid options are 'all', 'script', and 'notebook'
445
+
Specify the type of kernel. Default is 'all'. Valid options are 'all', 'script', and 'notebook'
430
446
--output-type OUTPUT_TYPE
431
-
Search for specific kernel output types. Valid options are 'all', 'visualizations', and 'data'
432
-
--sort-by SORT_BY Sort list results. Valid options are 'hotness', 'commentCount', 'dateCreated', 'dateRun', 'relevance', 'scoreAscending', 'scoreDescending', 'viewCount', and 'voteCount'. 'relevance' is only applicable ifa search term is specified.
447
+
Search for specific kernel output types. Default is 'all'. Valid options are 'all', 'visualizations', and 'data'
448
+
--sort-by SORT_BY Sort list results. Default is 'hotness'. Valid options are 'hotness', 'commentCount', 'dateCreated', 'dateRun', 'relevance', 'scoreAscending', 'scoreDescending', 'viewCount', and 'voteCount'. 'relevance' is only applicable if a search term is specified.
0 commit comments