File size: 201 Bytes
e71e510 |
1 2 3 4 5 6 7 |
from datasets import load_dataset
# Carica il dataset
dataset = load_dataset("tuo_username/tuo_dataset")
# Rigenera il file dataset_info.json
dataset.push_to_hub("smartdigitalsolutions/VolumiEurUsd") |