The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
schemaVersion: int64
label: string
message: string
color: string
to
{'text': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1893, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 764, in write_table
self.write_rows_on_file() # in case there are buffered rows to write first
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
schemaVersion: int64
label: string
message: string
color: string
to
{'text': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1895, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
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 4 new columns ({'label', 'schemaVersion', 'color', 'message'}) and 1 missing columns ({'text'}).
This happened while the json dataset builder was generating data using
hf://datasets/phishdestroy/destroylist/list.json (at revision 04d2abbaa686c34bd3c053331b710cfa988d004b), [/tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/community/blocklist.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/community/blocklist.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/community/live_blocklist.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/community/live_blocklist.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/content_active.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/content_active.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/dns/active_domains.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/dns/active_domains.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/dns/content_active.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/dns/content_active.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/dns/dead_domains.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/dns/dead_domains.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/dns/today_added.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/dns/today_added.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/dns/week_added.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/dns/week_added.json), /tmp/hf-datasets-cache/medium/datasets/69971990982594-config-parquet-and-info-phishdestroy-destroylist-587fbf5a/hub/datasets--phishdestroy--destroylist/snapshots/04d2abbaa686c34bd3c053331b710cfa988d004b/list.json (origin=hf://datasets/phishdestroy/destroylist@04d2abbaa686c34bd3c053331b710cfa988d004b/list.json)]
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)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1914, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 781, in finalize
self.write_rows_on_file()
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
schemaVersion: int64
label: string
message: string
color: string
to
{'text': Value('string')}
because column names don't match
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/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1925, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
0-0.coinbase-com.info |
0-105.com |
0-73-fr-66.vercel.app |
0-autht-lo-xfin-ity-w0965.vercel.app |
0-chain.com |
0-chain.com.k1n6a.com |
0-coinbase.com |
0-collab.land |
0-cz.com |
0-de.fi |
0-gaswap.io |
0-scotiabank.com |
0-td.com |
0-zerolend.xyz |
0.0.16.standardweb3.com |
0.1trx.im |
0.232.205.92.host.secureserver.net |
0.ai |
0.feixue316p.cloudns.biz |
0.feixue317p.cloudns.biz |
0.feixue318p.cloudns.biz |
0.fres-news.com |
0.netlify.app |
0.paypal-order.antimoney-laundering.org |
00-coinbase.com |
00-e8k.pages.dev |
00-id13365.ca |
00.ai |
00.io.kr |
000.pe |
000.software |
0000-qmklga94.4everland.app |
0000-wispy-dust-1495.fly.dev |
0000.tokenpocket1.yfzsjx.com |
0000000000000.link |
00000000000000000000000.fielty.mx |
00000000000000000000000.pages.dev |
0000000000000000000000000.findyourjacket.com |
000000000000000000000deadburn.pages.dev |
000000000000000001919000000000000000000000000000000.weebly.com |
00000000000000000update.emy.ba |
0000000000000190000010111.weebly.com |
000000002022222222220000.weebly.com |
00000001-0ff1-c4300-00073106b7c528-5ec7-495f-91000q.ponyviaggi.com |
000000011.xyz |
0000018c12a24dc4.com |
000001k.pages.dev |
0000038.coinbase.pro |
0000064562301.help |
0000066.framer.ai |
00000964.com |
00000ca.info |
00000e-tr.ca |
00000etran.online |
00000int-ca.info |
00000inter.info |
00001-31u.pages.dev |
000011-coinbase.com |
000012-coinbase.com |
000012948645-coinbase.com |
000013-coinbase.com |
00001e-tr.ca |
00003.godaddysites.com |
0000e-tr.info |
0000e-tr.online |
0000et-int.ca |
0000h00003.byethost7.com |
0000in-et.info |
0001-5xv.pages.dev |
000111.pages.net.br |
000121-coinbase.com |
00012948645-coinbase.com |
0001997.com |
0001etca.info |
0001in-et.info |
000414-coinbase.com |
000515-coinbase.com |
0005157.com |
0006.uk |
000717-coinbase.com |
0007e5fd.pinit.eth.limo |
000811893962007154932393170597959432.hanefra7bikiemta.com |
000818-coinbase.com |
0009090998.click |
0009xx.weebly.com |
000etca.info |
000etrca.info |
000faucet.xyz |
000nethost.com |
000webhostapp.com |
000www-formulario-davivienda-d1e419f4b.duckdns.org |
000xxxbodddxx00.webcindario.com |
001-coinbase.com |
001-test-010.com |
001107018.studentserver.com.au |
001122102120.duckdns.org |
0012948645-coinbase.com |
001412.opensea-gifts.com |
00155.cn |
001892.com |
End of preview.