Skip to content

Add download bandwidth limit option to kaggle datasets download #1159

Description

@Nyndow

Feature request: Add bandwidth limiting for downloads

Problem

The Kaggle CLI can download very large datasets, but there is currently no way to limit download speed.

For example:

kaggle datasets download -d username/dataset

Proposed solution

Add an option similar to tools like aria2/curl:

kaggle datasets download \
  -d owner/dataset \
  --max-download-rate 350K

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions