Kaggle / Kaggle/kaggle-cli

Filename is Modified after download

Open
#276 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7.5k
Forks
1.4k
Avg merge
3d 15h
Merged PRs (30d)
11

Description

When downloading a single file using Kaggle CLI, the filename is appended with some miscellaneous string.

Command
```
kaggle datasets download -d "rohan0301/unsupervised-learning-on-country-data" --file "Country-data.csv" --path "data_directory"
```

Expected
```
Downloading Country-data.csv to data_directory
```

Actual
```
Downloading datasets%2F721951%2F1255613%2FCountry-data.csv to tensorflow_datasets/kaggle
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.