Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
sktime
/
tsf-datasets
like
0
Follow
sktime
10
Modalities:
Tabular
Text
Formats:
csv
Size:
100K - 1M
Libraries:
Datasets
Dask
Croissant
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
jgyasu
commited on
Jun 30, 2025
Commit
12a0616
·
verified
·
1 Parent(s):
7db0928
Delete upload.py
Browse files
Files changed (1)
hide
show
upload.py
+0
-8
upload.py
DELETED
Viewed
@@ -1,8 +0,0 @@
1
-
from huggingface_hub import HfApi
2
-
api = HfApi()
3
-
4
-
api.upload_large_folder(
5
-
repo_id="sktime/tsf-datasets",
6
-
repo_type="dataset",
7
-
folder_path=".",
8
-
)