WenjieDu / TSDB

a Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
https://pypots.com/ecosystem/#TSDB
BSD 3-Clause "New" or "Revised" License
150 stars 15 forks source link

Display downloading speed and progress #71

Closed WenjieDu closed 1 month ago

WenjieDu commented 1 month ago

1. Feature description

Can use tqdm package to display the downloading speed and progress.

2. Motivation

Make users aware of the downloading progress.

3. Your contribution

Will make a PR.