Dataset Preview
Duplicate
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 16 new columns ({'score', 'descendants', 'deleted', 'id', 'dead', 'url', 'by', 'kids', 'title', 'parent', 'words', 'parts', 'type', 'poll', 'text', 'time'}) and 3 missing columns ({'block_id', 'category', 'host_pattern'}).

This happened while the csv dataset builder was generating data using

hf://datasets/lamduynguyen/hackernews/hackernews.csv (at revision 8131a8525d76e271a65f16df76b2c1a7d2bb32ef), [/tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/blocklists.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/blocklists.csv), /tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/hackernews.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/hackernews.csv), /tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/topics.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/topics.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.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/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.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 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              id: int64
              deleted: int64
              type: int64
              by: string
              time: string
              text: string
              dead: int64
              parent: int64
              poll: int64
              kids: string
              url: string
              score: int64
              title: string
              parts: string
              descendants: int64
              words: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1989
              to
              {'block_id': Value('int64'), 'host_pattern': Value('string'), 'category': Value('string')}
              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 1348, 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 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, 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 1802, 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 16 new columns ({'score', 'descendants', 'deleted', 'id', 'dead', 'url', 'by', 'kids', 'title', 'parent', 'words', 'parts', 'type', 'poll', 'text', 'time'}) and 3 missing columns ({'block_id', 'category', 'host_pattern'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/lamduynguyen/hackernews/hackernews.csv (at revision 8131a8525d76e271a65f16df76b2c1a7d2bb32ef), [/tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/blocklists.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/blocklists.csv), /tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/hackernews.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/hackernews.csv), /tmp/hf-datasets-cache/medium/datasets/18495189134956-config-parquet-and-info-lamduynguyen-hackernews-fd05e4af/hub/datasets--lamduynguyen--hackernews/snapshots/8131a8525d76e271a65f16df76b2c1a7d2bb32ef/topics.csv (origin=hf://datasets/lamduynguyen/hackernews@8131a8525d76e271a65f16df76b2c1a7d2bb32ef/topics.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.

block_id
int64
host_pattern
string
category
string
1
%//___vegas___.com%
spam
2
%//___traffic___.info%
spam
3
%//___.casino.org%
spam
4
%//___stats___.xyz%
tracking
5
%//pop___.online/%
ads
6
%//____pop.top%
ads
7
%//vegas___.online/%
spam
8
%//banner____.org%
ads
9
%//___.tracking.info%
tracking
10
%//___adsystem.com/%
ads
11
%//advert___.com/%
ads
12
%//___vegas.com%
spam
13
%//banner___.online%
ads
14
%//____.adservice.net%
ads
15
%//___.analytics.live/%
tracking
16
%//pop____.xyz%
ads
17
%//advert____.com%
ads
18
%//stats____.club%
tracking
19
%//___.pop.biz/%
ads
20
%//casino___.shop%
spam
21
%//___track___.org%
tracking
22
%//ad____.org%
ads
23
%//___.marketing.shop%
ads
24
%//___.banner.xyz%
ads
25
%//___ad.com%
ads
26
%//____.bet.net%
spam
27
%//___.pop.com%
ads
28
%//promo___.live/%
ads
29
%//___.stats.club/%
tracking
30
%//___tracker.com/%
tracking
31
%//____.adsystem.online%
ads
32
%//____serve.top%
ads
33
%//___pixel.net/%
tracking
34
%//banner____.top%
ads
35
%//promo___.org%
ads
36
%//adservice___.org/%
ads
37
%//___click.shop%
spam
38
%//___pixel.com/%
tracking
39
%//____pop.online%
ads
40
%//____.counter.shop%
tracking
41
%//____.tracking.club%
tracking
42
%//pop___.info%
ads
43
%//___.ads.top%
ads
44
%//pop___.xyz%
ads
45
%//telemetry___.xyz/%
tracking
46
%//____vegas.top%
spam
47
%//___tracking.live/%
tracking
48
%//___.serve.live/%
ads
49
%//serve___.org/%
ads
50
%//___.affiliate.top/%
spam
51
%//___miner.live%
spam
52
%//___counter.xyz%
tracking
53
%//traffic___.shop/%
spam
54
%//____analytics.live%
tracking
55
%//___pixel.top%
tracking
56
%//___.doubleclick.club%
ads
57
%//___vulkan.biz/%
spam
58
%//___counter.biz/%
tracking
59
%//___crypto___.com%
spam
60
%//bet____.com%
spam
61
%//___marketing.org%
ads
62
%//____click.com%
spam
63
%//___serve.xyz/%
ads
64
%//___.pop.biz%
ads
65
%//___.promo.biz%
ads
66
%//___.revenue.net/%
ads
67
%//___adserver.top%
ads
68
%//vegas___.info%
spam
69
%//___click___.org%
spam
70
%//____.affiliate.top%
spam
71
%//serve___.com%
ads
72
%//___stats.shop%
tracking
73
%//___.advert.xyz%
ads
74
%//____track.info%
tracking
75
%//___.coin.org/%
spam
76
%//___.promo.biz/%
ads
77
%//___marketing___.org%
ads
78
%//____track.net%
tracking
79
%//promo___.shop/%
ads
80
%//___vegas.shop%
spam
81
%//pixel___.online/%
tracking
82
%//adsystem___.online%
ads
83
%//___slot.xyz/%
spam
84
%//___ads.top%
ads
85
%//revenue___.top/%
ads
86
%//___ads.top/%
ads
87
%//___.bet.com%
spam
88
%//___adsystem___.xyz%
ads
89
%//___.stat.xyz/%
tracking
90
%//____tracker.online%
tracking
91
%//____coin.net%
spam
92
%//___pop.com%
ads
93
%//adserver___.info/%
ads
94
%//___analytics.club/%
tracking
95
%//____.crypto.com%
spam
96
%//___.affiliate.info%
spam
97
%//___.banner.xyz/%
ads
98
%//___telemetry.live/%
tracking
99
%//pop___.info/%
ads
100
%//___promo.org/%
ads
End of preview.
README.md exists but content is empty.
Downloads last month
27