Skip to content

Feature Request: Allow download competition data into custom path with competition_download #240

@EssamWisam

Description

@EssamWisam
def competition_download(handle: str, path: Optional[str] = None, *, force_download: Optional[bool] = False) -> str:
    """Download competition dataset
    Args:
        handle: (string) the competition name
        path: (string) Optional path to a file within a competition dataset
        force_download: (bool) Optional flag to force download a competition dataset, even if it's cached
    Returns:
        A string requesting the path to the requested competition files.
    """

So far, the path argument has a different behaviour compared to that in dataset_download. I suggest having src_path and dest_path or something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions