Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 7 new columns ({'月次発行額 (億円)', '全体累積発行額 (億円)', '全体累積償還額 (億円)', '月次純増額 (億円)', '月次償還額 (億円)', '全体累積流通額 (億円)', '年月'}) and 7 missing columns ({'日次純増額 (億円)', '総累積ユニークユーザー数', '日次新規ユーザー (チェーン別)', '累積ユーザー数 (チェーン別)', '日次発行額 (億円)', '日付', '日次償還額 (億円)'}).
This happened while the csv dataset builder was generating data using
hf://datasets/yasumorishima/jpyc-data/data/jpyc_monthly.csv (at revision 7e5eb2ae37442418983136d6444aa0e77e415580), ['hf://datasets/yasumorishima/jpyc-data@7e5eb2ae37442418983136d6444aa0e77e415580/data/jpyc_daily.csv', 'hf://datasets/yasumorishima/jpyc-data@7e5eb2ae37442418983136d6444aa0e77e415580/data/jpyc_monthly.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
年月: string
チェーン: string
月次発行額 (億円): double
月次償還額 (億円): int64
月次純増額 (億円): double
累積発行額 (億円): double
累積償還額 (億円): int64
累積流通額 (億円): double
全体累積発行額 (億円): double
全体累積償還額 (億円): double
全体累積流通額 (億円): double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2333
to
{'日付': Value('string'), 'チェーン': Value('string'), '日次発行額 (億円)': Value('float64'), '日次償還額 (億円)': Value('float64'), '日次純増額 (億円)': Value('float64'), '累積発行額 (億円)': Value('float64'), '累積償還額 (億円)': Value('int64'), '累積流通額 (億円)': Value('float64'), '日次新規ユーザー (チェーン別)': Value('int64'), '累積ユーザー数 (チェーン別)': Value('int64'), '総累積ユニークユーザー数': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 7 new columns ({'月次発行額 (億円)', '全体累積発行額 (億円)', '全体累積償還額 (億円)', '月次純増額 (億円)', '月次償還額 (億円)', '全体累積流通額 (億円)', '年月'}) and 7 missing columns ({'日次純増額 (億円)', '総累積ユニークユーザー数', '日次新規ユーザー (チェーン別)', '累積ユーザー数 (チェーン別)', '日次発行額 (億円)', '日付', '日次償還額 (億円)'}).
This happened while the csv dataset builder was generating data using
hf://datasets/yasumorishima/jpyc-data/data/jpyc_monthly.csv (at revision 7e5eb2ae37442418983136d6444aa0e77e415580), ['hf://datasets/yasumorishima/jpyc-data@7e5eb2ae37442418983136d6444aa0e77e415580/data/jpyc_daily.csv', 'hf://datasets/yasumorishima/jpyc-data@7e5eb2ae37442418983136d6444aa0e77e415580/data/jpyc_monthly.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
日付 string | チェーン string | 日次発行額 (億円) float64 | 日次償還額 (億円) float64 | 日次純増額 (億円) float64 | 累積発行額 (億円) float64 | 累積償還額 (億円) int64 | 累積流通額 (億円) float64 | 日次新規ユーザー (チェーン別) int64 | 累積ユーザー数 (チェーン別) int64 | 総累積ユニークユーザー数 int64 |
|---|---|---|---|---|---|---|---|---|---|---|
2026-07-06 | Avalanche | 0.0136 | 0 | 0.0136 | 2.74 | 0 | 2.74 | 5 | 72,777 | 142,019 |
2026-07-06 | Ethereum | 0.0829 | 0 | 0.0829 | 7.28 | 0 | 7.28 | 8 | 3,373 | 142,019 |
2026-07-06 | Polygon | 0.2806 | 0 | 0.2806 | 28.12 | 0 | 28.12 | 62 | 83,317 | 142,019 |
2026-07-05 | Avalanche | 0.0118 | 0 | 0.0118 | 2.72 | 0 | 2.72 | 7 | 72,772 | 141,949 |
2026-07-05 | Ethereum | 0.0907 | 0 | 0.0907 | 7.2 | 0 | 7.2 | 8 | 3,365 | 141,949 |
2026-07-05 | Polygon | 0.1192 | 0 | 0.1192 | 27.84 | 0 | 27.84 | 39 | 83,255 | 141,949 |
2026-07-04 | Avalanche | 0.0157 | 0 | 0.0157 | 2.71 | 0 | 2.71 | 8 | 72,765 | 141,901 |
2026-07-04 | Ethereum | 0.0649 | 0 | 0.0649 | 7.11 | 0 | 7.11 | 13 | 3,357 | 141,901 |
2026-07-04 | Polygon | 0.1597 | 0 | 0.1597 | 27.72 | 0 | 27.72 | 51 | 83,216 | 141,901 |
2026-07-03 | Avalanche | 0.0176 | 0 | 0.0176 | 2.7 | 0 | 2.7 | 4 | 72,757 | 141,835 |
2026-07-03 | Ethereum | 0.0197 | 0 | 0.0197 | 7.04 | 0 | 7.04 | 15 | 3,344 | 141,835 |
2026-07-03 | Polygon | 0.206 | 0 | 0.206 | 27.56 | 0 | 27.56 | 62 | 83,165 | 141,835 |
2026-07-02 | Avalanche | 0.0254 | 0 | 0.0254 | 2.68 | 0 | 2.68 | 6 | 72,753 | 141,766 |
2026-07-02 | Ethereum | 0.0759 | 0 | 0.0759 | 7.02 | 0 | 7.02 | 19 | 3,329 | 141,766 |
2026-07-02 | Polygon | 0.2331 | 0 | 0.2331 | 27.36 | 0 | 27.36 | 40 | 83,103 | 141,766 |
2026-07-01 | Avalanche | 0.0175 | 0 | 0.0175 | 2.65 | 0 | 2.65 | 7 | 72,747 | 141,712 |
2026-07-01 | Ethereum | 0.0374 | 0 | 0.0374 | 6.95 | 0 | 6.95 | 9 | 3,310 | 141,712 |
2026-07-01 | Polygon | 0.2671 | 0 | 0.2671 | 27.12 | 0 | 27.12 | 135 | 83,063 | 141,712 |
2026-06-30 | Avalanche | 0.0054 | 0 | 0.0054 | 2.64 | 0 | 2.64 | 8 | 72,740 | 141,572 |
2026-06-30 | Ethereum | 0.0447 | 0 | 0.0447 | 6.91 | 0 | 6.91 | 16 | 3,301 | 141,572 |
2026-06-30 | Polygon | 0.1992 | 0 | 0.1992 | 26.86 | 0 | 26.86 | 58 | 82,928 | 141,572 |
2026-06-29 | Avalanche | 0.0314 | 0 | 0.0314 | 2.63 | 0 | 2.63 | 3 | 72,732 | 141,502 |
2026-06-29 | Ethereum | 0.0515 | 0 | 0.0515 | 6.86 | 0 | 6.86 | 15 | 3,285 | 141,502 |
2026-06-29 | Polygon | 0.1136 | 0 | 0.1136 | 26.66 | 0 | 26.66 | 57 | 82,870 | 141,502 |
2026-06-28 | Avalanche | 0.0138 | 0 | 0.0138 | 2.6 | 0 | 2.6 | 4 | 72,729 | 141,436 |
2026-06-28 | Ethereum | 0.0239 | 0 | 0.0239 | 6.81 | 0 | 6.81 | 6 | 3,270 | 141,436 |
2026-06-28 | Polygon | 0.0804 | 0 | 0.0804 | 26.54 | 0 | 26.54 | 49 | 82,813 | 141,436 |
2026-06-27 | Avalanche | 0.0102 | 0 | 0.0102 | 2.59 | 0 | 2.59 | 3 | 72,725 | 141,383 |
2026-06-27 | Ethereum | 0.1018 | 0 | 0.1018 | 6.79 | 0 | 6.79 | 9 | 3,264 | 141,383 |
2026-06-27 | Polygon | 0.0646 | 0 | 0.0646 | 26.46 | 0 | 26.46 | 57 | 82,764 | 141,383 |
2026-06-26 | Avalanche | 0.0423 | 0 | 0.0423 | 2.58 | 0 | 2.58 | 7 | 72,722 | 141,316 |
2026-06-26 | Ethereum | 0.0518 | 0 | 0.0518 | 6.69 | 0 | 6.69 | 16 | 3,255 | 141,316 |
2026-06-26 | Polygon | 0.1294 | 0 | 0.1294 | 26.4 | 0 | 26.4 | 46 | 82,707 | 141,316 |
2026-06-25 | Avalanche | 0.0054 | 0 | 0.0054 | 2.53 | 0 | 2.53 | 6 | 72,715 | 141,251 |
2026-06-25 | Ethereum | 0.0587 | 0 | 0.0587 | 6.63 | 0 | 6.63 | 11 | 3,239 | 141,251 |
2026-06-25 | Polygon | 0.1246 | 0 | 0.1246 | 26.27 | 0 | 26.27 | 61 | 82,661 | 141,251 |
2026-06-24 | Avalanche | 0.0014 | 0 | 0.0014 | 2.53 | 0 | 2.53 | 3 | 72,709 | 141,182 |
2026-06-24 | Ethereum | 0.0905 | 0 | 0.0905 | 6.58 | 0 | 6.58 | 16 | 3,228 | 141,182 |
2026-06-24 | Polygon | 0.1753 | 0 | 0.1753 | 26.14 | 0 | 26.14 | 141 | 82,600 | 141,182 |
2026-06-23 | Avalanche | 0.0004 | 0 | 0.0004 | 2.53 | 0 | 2.53 | 4 | 72,706 | 141,032 |
2026-06-23 | Ethereum | 0.0577 | 0 | 0.0577 | 6.48 | 0 | 6.48 | 16 | 3,212 | 141,032 |
2026-06-23 | Polygon | 0.1819 | 0 | 0.1819 | 25.97 | 0 | 25.97 | 39 | 82,459 | 141,032 |
2026-06-22 | Avalanche | 0.0024 | 0 | 0.0024 | 2.53 | 0 | 2.53 | 8 | 72,702 | 140,978 |
2026-06-22 | Ethereum | 0.0154 | 0 | 0.0154 | 6.43 | 0 | 6.43 | 9 | 3,196 | 140,978 |
2026-06-22 | Polygon | 0.1269 | 0 | 0.1269 | 25.79 | 0 | 25.79 | 58 | 82,420 | 140,978 |
2026-06-21 | Avalanche | 0.0012 | 0 | 0.0012 | 2.52 | 0 | 2.52 | 3 | 72,694 | 140,910 |
2026-06-21 | Ethereum | 0.0093 | 0 | 0.0093 | 6.41 | 0 | 6.41 | 22 | 3,187 | 140,910 |
2026-06-21 | Polygon | 0.0968 | 0 | 0.0968 | 25.66 | 0 | 25.66 | 38 | 82,362 | 140,910 |
2026-06-20 | Avalanche | 0.0009 | 0 | 0.0009 | 2.52 | 0 | 2.52 | 1 | 72,691 | 140,858 |
2026-06-20 | Ethereum | 0.0232 | 0 | 0.0232 | 6.4 | 0 | 6.4 | 20 | 3,165 | 140,858 |
2026-06-20 | Polygon | 0.0745 | 0 | 0.0745 | 25.56 | 0 | 25.56 | 46 | 82,324 | 140,858 |
2026-06-19 | Avalanche | 0.0014 | 0 | 0.0014 | 2.52 | 0 | 2.52 | 5 | 72,690 | 140,793 |
2026-06-19 | Ethereum | 0.0585 | 0 | 0.0585 | 6.38 | 0 | 6.38 | 14 | 3,145 | 140,793 |
2026-06-19 | Polygon | 0.1817 | 0 | 0.1817 | 25.49 | 0 | 25.49 | 69 | 82,278 | 140,793 |
2026-06-18 | Avalanche | 0.0174 | 0 | 0.0174 | 2.52 | 0 | 2.52 | 6 | 72,685 | 140,714 |
2026-06-18 | Ethereum | 0.0311 | 0 | 0.0311 | 6.32 | 0 | 6.32 | 11 | 3,131 | 140,714 |
2026-06-18 | Polygon | 0.15 | 0 | 0.15 | 25.31 | 0 | 25.31 | 33 | 82,209 | 140,714 |
2026-06-17 | Avalanche | 0.0016 | 0 | 0.0016 | 2.5 | 0 | 2.5 | 2 | 72,679 | 140,671 |
2026-06-17 | Ethereum | 0.0281 | 0 | 0.0281 | 6.29 | 0 | 6.29 | 11 | 3,120 | 140,671 |
2026-06-17 | Polygon | 0.1428 | 0 | 0.1428 | 25.16 | 0 | 25.16 | 112 | 82,176 | 140,671 |
2026-06-16 | Avalanche | 0.0042 | 0 | 0.0042 | 2.5 | 0 | 2.5 | 3 | 72,677 | 140,554 |
2026-06-16 | Ethereum | 0.0342 | 0 | 0.0342 | 6.26 | 0 | 6.26 | 12 | 3,109 | 140,554 |
2026-06-16 | Polygon | 0.1184 | 0 | 0.1184 | 25.01 | 0 | 25.01 | 49 | 82,064 | 140,554 |
2026-06-15 | Avalanche | 0.0162 | 0 | 0.0162 | 2.5 | 0 | 2.5 | 5 | 72,674 | 140,498 |
2026-06-15 | Ethereum | 0.0658 | 0 | 0.0658 | 6.23 | 0 | 6.23 | 16 | 3,097 | 140,498 |
2026-06-15 | Polygon | 0.2111 | 0 | 0.2111 | 24.9 | 0 | 24.9 | 54 | 82,015 | 140,498 |
2026-06-14 | Avalanche | 0.0013 | 0 | 0.0013 | 2.48 | 0 | 2.48 | 7 | 72,669 | 140,432 |
2026-06-14 | Ethereum | 0.0355 | 0 | 0.0355 | 6.16 | 0 | 6.16 | 12 | 3,081 | 140,432 |
2026-06-14 | Polygon | 0.0833 | 0 | 0.0833 | 24.69 | 0 | 24.68 | 39 | 81,961 | 140,432 |
2026-06-13 | Avalanche | 0.0014 | 0 | 0.0014 | 2.48 | 0 | 2.48 | 6 | 72,662 | 140,387 |
2026-06-13 | Ethereum | 0.0112 | 0 | 0.0112 | 6.13 | 0 | 6.13 | 6 | 3,069 | 140,387 |
2026-06-13 | Polygon | 0.0585 | 0 | 0.0585 | 24.6 | 0 | 24.6 | 40 | 81,922 | 140,387 |
2026-06-12 | Avalanche | 0.0006 | 0 | 0.0006 | 2.48 | 0 | 2.48 | 24 | 72,656 | 140,342 |
2026-06-12 | Ethereum | 0.0157 | 0 | 0.0157 | 6.11 | 0 | 6.11 | 12 | 3,063 | 140,342 |
2026-06-12 | Polygon | 0.1509 | 0 | 0.1509 | 24.54 | 0 | 24.54 | 47 | 81,882 | 140,342 |
2026-06-11 | Avalanche | 0.0154 | 0 | 0.0154 | 2.48 | 0 | 2.48 | 4 | 72,632 | 140,278 |
2026-06-11 | Ethereum | 0.0474 | 0 | 0.0474 | 6.1 | 0 | 6.1 | 5 | 3,051 | 140,278 |
2026-06-11 | Polygon | 0.1376 | 0 | 0.1376 | 24.39 | 0 | 24.39 | 51 | 81,835 | 140,278 |
2026-06-10 | Avalanche | 0.01 | 0 | 0.01 | 2.46 | 0 | 2.46 | 4 | 72,628 | 140,228 |
2026-06-10 | Ethereum | 0.0479 | 0 | 0.0479 | 6.05 | 0 | 6.05 | 9 | 3,046 | 140,228 |
2026-06-10 | Polygon | 0.2085 | 0 | 0.2085 | 24.25 | 0 | 24.25 | 1,337 | 81,784 | 140,228 |
2026-06-09 | Avalanche | 0.0202 | 0 | 0.0202 | 2.45 | 0 | 2.45 | 3 | 72,624 | 140,056 |
2026-06-09 | Ethereum | 0.0317 | 0 | 0.0317 | 6 | 0 | 6 | 17 | 3,037 | 140,056 |
2026-06-09 | Polygon | 0.1407 | 0 | 0.1407 | 24.05 | 0 | 24.05 | 54 | 80,447 | 140,056 |
2026-06-08 | Avalanche | 0.0241 | 0 | 0.0241 | 2.43 | 0 | 2.43 | 7 | 72,621 | 139,987 |
2026-06-08 | Ethereum | 0.0288 | 0 | 0.0288 | 5.97 | 0 | 5.97 | 23 | 3,020 | 139,987 |
2026-06-08 | Polygon | 0.1333 | 0 | 0.1333 | 23.91 | 0 | 23.91 | 82 | 80,393 | 139,987 |
2026-06-07 | Avalanche | 0.0003 | 0 | 0.0003 | 2.41 | 0 | 2.41 | 3 | 72,614 | 139,879 |
2026-06-07 | Ethereum | 0.0496 | 0 | 0.0496 | 5.94 | 0 | 5.94 | 7 | 2,997 | 139,879 |
2026-06-07 | Polygon | 0.0953 | 0 | 0.0953 | 23.77 | 0 | 23.77 | 50 | 80,311 | 139,879 |
2026-06-06 | Avalanche | 0.0001 | 0 | 0.0001 | 2.41 | 0 | 2.41 | 2 | 72,611 | 139,821 |
2026-06-06 | Ethereum | 0.0504 | 0 | 0.0504 | 5.89 | 0 | 5.89 | 6 | 2,990 | 139,821 |
2026-06-06 | Polygon | 0.1435 | 0 | 0.1435 | 23.68 | 0 | 23.68 | 45 | 80,261 | 139,821 |
2026-06-05 | Avalanche | 0.0087 | 0 | 0.0087 | 2.41 | 0 | 2.41 | 5 | 72,609 | 139,771 |
2026-06-05 | Ethereum | 0.0514 | 0 | 0.0514 | 5.84 | 0 | 5.84 | 11 | 2,984 | 139,771 |
2026-06-05 | Polygon | 0.1996 | 0 | 0.1996 | 23.53 | 0 | 23.53 | 71 | 80,216 | 139,771 |
2026-06-04 | Avalanche | 0.0013 | 0 | 0.0013 | 2.4 | 0 | 2.4 | 9 | 72,604 | 139,687 |
2026-06-04 | Ethereum | 0.0249 | 0 | 0.0249 | 5.79 | 0 | 5.79 | 16 | 2,973 | 139,687 |
2026-06-04 | Polygon | 0.2094 | 0 | 0.2094 | 23.33 | 0 | 23.33 | 95 | 80,145 | 139,687 |
2026-06-03 | Avalanche | 0.0157 | 0 | 0.0157 | 2.4 | 0 | 2.4 | 2 | 72,595 | 139,579 |
End of preview.
No dataset card yet
- Downloads last month
- 59