eda_on_exam_data / download_data.py
eagle0504's picture
Upload folder using huggingface_hub
3e50e1d verified
raw
history blame contribute delete
117 Bytes
import kagglehub
path = kagglehub.dataset_download("mlg-ulb/creditcardfraud")
print(f"Dataset downloaded to: {path}")