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 1 new columns ({'DomainName\tSource\tClass'}) and 2 missing columns ({'MalwareWorld_dataset', 'domain'}).

This happened while the csv dataset builder was generating data using

hf://datasets/credi-net/DomainPool/datasources/hagezi_blocklists.tsv (at revision 1b473e3006a3019acdbe6ac38d8223df80042f9b), [/tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.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
              DomainName	Source	Class: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 413
              to
              {'MalwareWorld_dataset': Value('string'), 'domain': 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 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 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 1 new columns ({'DomainName\tSource\tClass'}) and 2 missing columns ({'MalwareWorld_dataset', 'domain'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/credi-net/DomainPool/datasources/hagezi_blocklists.tsv (at revision 1b473e3006a3019acdbe6ac38d8223df80042f9b), [/tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.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.

MalwareWorld_dataset
string
domain
string
suspiciousIPs
98.91.205.65
suspiciousIPs
154.83.90.30
suspiciousIPs
47.112.96.136
suspiciousIPs
91.99.184.64
suspiciousIPs
13.92.156.165
suspiciousIPs
47.101.205.36
suspiciousIPs
102.134.50.72
suspiciousIPs
202.61.178.193
suspiciousIPs
23.249.25.105
suspiciousIPs
3.81.157.219
suspiciousIPs
140.99.243.154
suspiciousIPs
91.236.114.30
suspiciousIPs
47.108.135.124
suspiciousIPs
45.132.184.113
suspiciousIPs
103.155.162.82
suspiciousIPs
62.72.163.157
suspiciousIPs
34.85.27.176
suspiciousIPs
5.42.60.252
suspiciousIPs
35.180.66.181
suspiciousIPs
137.220.182.69
suspiciousIPs
202.61.146.63
suspiciousIPs
192.241.226.53
suspiciousIPs
223.26.59.29
suspiciousIPs
16.28.4.206
suspiciousIPs
104.148.45.200
suspiciousIPs
180.222.206.168
suspiciousIPs
23.230.244.115
suspiciousIPs
51.44.17.26
suspiciousIPs
31.56.84.83
suspiciousIPs
35.192.91.101
suspiciousIPs
18.202.28.131
suspiciousIPs
5.1.110.149
suspiciousIPs
94.20.251.73
suspiciousIPs
18.144.39.223
suspiciousIPs
95.47.149.8
suspiciousIPs
113.108.175.48
suspiciousIPs
43.243.75.133
suspiciousIPs
104.144.72.102
suspiciousIPs
51.34.111.91
suspiciousIPs
43.153.214.35
suspiciousIPs
16.24.105.180
suspiciousIPs
64.205.17.22
suspiciousIPs
41.71.247.66
suspiciousIPs
212.135.39.145
suspiciousIPs
103.1.40.246
suspiciousIPs
102.206.112.14
suspiciousIPs
45.196.97.199
suspiciousIPs
51.140.36.69
suspiciousIPs
66.70.176.93
suspiciousIPs
139.28.50.218
suspiciousIPs
31.58.28.196
suspiciousIPs
51.44.216.190
suspiciousIPs
165.245.187.248
suspiciousIPs
216.238.53.108
suspiciousIPs
45.202.76.46
suspiciousIPs
95.174.127.194
suspiciousIPs
18.228.117.22
suspiciousIPs
51.77.20.124
suspiciousIPs
18.231.196.24
suspiciousIPs
113.108.230.86
suspiciousIPs
84.247.186.11
suspiciousIPs
38.145.81.111
suspiciousIPs
31.134.1.231
suspiciousIPs
3.250.185.16
suspiciousIPs
45.43.58.167
suspiciousIPs
103.163.201.192
suspiciousIPs
89.213.63.78
suspiciousIPs
45.207.156.12
suspiciousIPs
3.36.89.59
suspiciousIPs
52.235.23.12
suspiciousIPs
31.99.5.207
suspiciousIPs
37.140.248.208
suspiciousIPs
209.248.3.117
suspiciousIPs
109.205.61.62
suspiciousIPs
23.226.33.96
suspiciousIPs
118.107.3.76
suspiciousIPs
172.105.104.236
suspiciousIPs
45.83.105.200
suspiciousIPs
18.208.188.113
suspiciousIPs
34.244.39.21
suspiciousIPs
104.164.49.13
suspiciousIPs
165.154.134.173
suspiciousIPs
103.228.246.200
suspiciousIPs
45.135.166.200
suspiciousIPs
68.168.20.130
suspiciousIPs
172.81.110.177
suspiciousIPs
89.116.88.191
suspiciousIPs
47.110.36.213
suspiciousIPs
113.108.98.117
suspiciousIPs
103.186.24.13
suspiciousIPs
64.188.83.74
suspiciousIPs
212.42.221.60
suspiciousIPs
31.43.236.244
suspiciousIPs
64.40.25.25
suspiciousIPs
104.131.122.155
suspiciousIPs
154.40.53.234
suspiciousIPs
209.137.163.7
suspiciousIPs
91.196.146.209
suspiciousIPs
38.110.230.191
suspiciousIPs
198.176.49.129
End of preview.