Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
DINGOLANI
/
lf-data
like
0
Modalities:
Text
Formats:
csv
Size:
1K - 10K
Libraries:
Datasets
pandas
Croissant
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
main
lf-data
/
app.py
DINGOLANI
Rename README.md to app.py
eaa07bf
verified
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
143 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
"csv"
, data_files=
"train_1.csv"
)
dataset.push_to_hub(
"DINGOLANI/luxury-fashion-data"
)