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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,8 @@ optional arguments:
314
314
-u, --public Create publicly (default is private)
315
315
-q, --quiet Suppress printing information about the upload/download progress
316
316
-t, --keep-tabular Do not convert tabular files to CSV (default is to convert)
317
+
-r {skip,zip}, --dir-mode {skip,zip}
318
+
What to do with directories: "skip" - ignore; "zip" - compress and upload
317
319
```
318
320
319
321
Example:
@@ -336,6 +338,8 @@ optional arguments:
336
338
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
337
339
-q, --quiet Suppress printing information about the upload/download progress
338
340
-t, --keep-tabular Do not convert tabular files to CSV (default is to convert)
341
+
-r {skip,zip}, --dir-mode {skip,zip}
342
+
What to do with directories: "skip" - ignore; "zip" - compress and upload
0 commit comments