Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This is a test on how to upload a dataset using dask:

import dask.dataframe as dd

# First read from another repo or create your dataframe
df = dd.read_parquet("hf://datasets/asoria/columns_test@~parquet/**/*.parquet")

# And finally, push to HF repo
df.to_parquet('hf://datasets/asoria/dask_test')
Downloads last month
7