The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 246, in _generate_tables
pa_table = paj.read_json(
^^^^^^^^^^^^^^
File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: JSON parse error: Column(/schema/[]/sample_values/[]) changed from string to number in row 0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 97, in _split_generators
pa_table = next(iter(self._generate_tables(**splits[0].gen_kwargs, allow_full_read=False)))[1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 260, in _generate_tables
batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 106, in json_encode_fields_in_json_lines
examples = [ujson_loads(line) for line in original_batch.splitlines()]
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.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.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Top 100 Cryptocurrency Market Snapshot
Short name: crypto-top100-snapshot
Version: 1.0.0
License: CC0-1.0 (Public Domain Dedication) / Open Data Commons
License URL: https://creativecommons.org/publicdomain/zero/1.0/
Category: cryptocurrency/market-data
Tags: crypto, bitcoin, ethereum, market-cap, prices, tokens
Collection method: CoinGecko /coins/markets API (free tier)
Collected at: 2026-05-25T22:05:17.856760+00:00
Current market data for the top 100 cryptocurrencies by market capitalization. Includes current price, market cap, 24h/7d/30d price changes, trading volume, circulating supply, ATH/ATL prices. Collected from CoinGecko public API.
Statistics
- Records: 100
- Columns: 21
Columns
idsymbolnamecurrent_price_usdmarket_cap_usdmarket_cap_ranktotal_volume_usdhigh_24h_usdlow_24h_usdprice_change_24h_percentprice_change_7d_percentprice_change_30d_percentcirculating_supplytotal_supplymax_supplyath_usdath_dateatl_usdatl_datelast_updatedcollected_at
Numeric Summary
- current_price_usd: min=2.02e-06, max=77276.0, mean=917.5457, median=0.9998
- market_cap_usd: min=540137273.0, max=1548421448454.0, mean=25929663530.9000, median=1747152515.5000
- market_cap_rank: min=1.0, max=100.0, mean=50.5000, median=50.5000
- total_volume_usd: min=0.0, max=41050973985.0, mean=994176078.2459, median=42343044.0000
- high_24h_usd: min=2.03e-06, max=77703.0, mean=941.7638, median=1.0000
- low_24h_usd: min=2e-06, max=76460.0, mean=926.3287, median=0.9993
- price_change_24h_percent: min=-7.90597, max=17.62687, mean=2.2636, median=1.1854
- price_change_7d_percent: min=-8.406996311120835, max=72.5975640280264, mean=3.6810, median=0.0702
- price_change_30d_percent: min=-32.15630276846226, max=98.94145209017957, mean=6.4450, median=0.1630
- circulating_supply: min=470301.37, max=905707664073577.8, mean=19178463824320.5156, median=1746816739.9924
Formats Available
csv(28481 bytes)json(73186 bytes)parquet(32786 bytes)
License
This dataset is dedicated to the public domain under CC0-1.0 (Public Domain Dedication) / Open Data Commons. No attribution required. No restrictions on commercial use.
Schema
| Field | Type | Non-null | Null | Sample Values |
|---|---|---|---|---|
| id | str | 100 | 0 | bitcoin, ethereum, tether |
| symbol | str | 100 | 0 | BTC, ETH, USDT |
| name | str | 100 | 0 | Bitcoin, Ethereum, Tether |
| current_price_usd | float | 100 | 0 | 77276.0, 2109.03, 0.999051 |
| market_cap_usd | integer | 100 | 0 | 1548421448454, 254523254950, 189456290949 |
| market_cap_rank | integer | 100 | 0 | 1, 2, 3 |
| total_volume_usd | float | 100 | 0 | 22257624341.0, 10735605214.0, 41050973985.0 |
| high_24h_usd | float | 98 | 2 | 77703.0, 2135.69, 0.999116 |
| low_24h_usd | float | 98 | 2 | 76460.0, 2082.37, 0.998691 |
| price_change_24h_percent | float | 98 | 2 | 1.06699, 1.28069, 0.0283 |
| price_change_7d_percent | float | 100 | 0 | 0.2805959038343323, -1.2812621155375468, -0.0168371351464774 |
| price_change_30d_percent | float | 100 | 0 | -0.3115397295183357, -8.917084412395619, -0.1149031791858562 |
| circulating_supply | float | 100 | 0 | 20034428.0, 120685518.3533083, 189633145796.3721 |
| total_supply | float | 100 | 0 | 20034428.0, 120685518.3533083, 195100087011.4462 |
| max_supply | float | 51 | 49 | 21000000.0, 200000000.0, 100000000000.0 |
| ath_usd | float | 100 | 0 | 126080.0, 4946.05, 1.32 |
| ath_date | str | 100 | 0 | 2025-10-06T18:57:42.558Z, 2025-08-24T19:21:03.333Z, 2018-07-24T00:00:00.000Z |
| atl_usd | float | 100 | 0 | 67.81, 0.432979, 0.572521 |
| atl_date | str | 100 | 0 | 2013-07-06T00:00:00.000Z, 2015-10-20T00:00:00.000Z, 2015-03-02T00:00:00.000Z |
| last_updated | str | 100 | 0 | 2026-05-25T22:01:13.487Z, 2026-05-25T22:01:13.577Z, 2026-05-25T22:01:13.872Z |
| collected_at | str | 100 | 0 | 2026-05-25T22:02:24.255254+00:00, 2026-05-25T22:02:24.255296+00:00, 2026-05-25T22:02:24.255314+00:00 |
- Downloads last month
- 6