Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Kaggle Top 1000 Small Datasets

1000 high-quality small datasets from Kaggle (~98MB total).

Usage

from huggingface_hub import snapshot_download
import pandas as pd

path = snapshot_download(repo_id="jason1966/usv-dataset", repo_type="dataset")
df = pd.read_csv(f"{path}/datasets/author_name/data.csv")

See metadata.json for dataset info.

Downloads last month
24