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:    TypeError
Message:      Couldn't cast array of type
struct<identifier: int64, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>>>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, date_started: timestamp[s], is_patroller: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, maintenance_tags: struct<>, tags: list<item: string>>
to
{'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<identifier: int64, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>>>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, date_started: timestamp[s], is_patroller: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, maintenance_tags: struct<>, tags: list<item: string>>
              to
              {'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
              
              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 1396, 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 1045, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1029, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1124, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2040, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

name
string
identifier
int64
abstract
string
version
dict
event
dict
url
string
date_created
timestamp[s]
date_modified
timestamp[s]
is_part_of
dict
in_language
dict
license
list
description
string
sections
list
infoboxes
list
main_entity
dict
additional_entities
list
image
dict
Not Again SU
76,716,259
null
{ "identifier": 1220413474, "comment": "Added # to title.", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.5951822996139526, "true": 0.40481770038604736 }, "prediction": null } }, "editor": { "identifier": 47559838, "name": "T.olivia.p", "edit_count": 4, "groups": [ "*", "user" ], "date_started": "2024-03-19T15:34:53", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 72, "size": { "value": 72, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": null }
{ "identifier": "fa3cae5b-8707-4f55-9fab-5baa4c286a32", "type": "update", "date_created": "2024-04-23T16:53:56.207887Z", "date_published": "2024-08-06T08:45:21.669087Z" }
https://en.wikipedia.org/wiki/Not_Again_SU
2024-04-23T16:50:32
2024-04-23T16:53:55
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Student organization in Syracuse, New York
[ { "type": "section", "name": "Abstract", "has_parts": null }, { "type": "section", "name": "Introduction:", "has_parts": [ { "type": "paragraph", "value": "The hashtag and student led organization #NotAgainSU began circulating after several racist incidents occurred...
null
null
null
null
Juan Benet (computer scientist)
76,634,085
Juan Benet is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.
{ "identifier": 1220873576, "comment": "Reverted 1 edit by [[Special:Contributions/Sohom Datta|Sohom Datta]] ([[User talk:Sohom Datta|talk]]) to last revision by Citation bot", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.8242409974336624, "true": 0.17575900256633759 }, "prediction": null } }, "editor": { "identifier": 37755355, "name": "Sohom Datta", "edit_count": 5077, "groups": [ "extendedconfirmed", "patroller", "*", "user", "autoconfirmed" ], "date_started": "2019-11-05T07:22:07", "is_patroller": true, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 5782, "size": { "value": 5787, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "mw-undo", "twinkle" ], "is_breaking_news": null }
{ "identifier": "ac44a9d8-5c18-47a2-a64b-1588a6425fc8", "type": "update", "date_created": "2024-04-26T13:13:50.935569Z", "date_published": "2024-08-06T08:45:23.859486Z" }
https://en.wikipedia.org/wiki/Juan_Benet_(computer_scientist)
2024-04-16T18:18:53
2024-04-26T13:13:49
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Content-addressable, peer-to-peer hypermedia distribution protocol
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Juan Benet (born March 1988) is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetar...
[ { "type": "infobox", "name": "Infobox person", "has_parts": [ { "type": "section", "name": "Juan Benet", "has_parts": [ { "type": "image", "name": null, "value": "Benet in 2018", "links": null, "values": ...
{ "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216" }
[ { "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216", "aspects": [ "C", "D.en", "O", "S", "T" ] }, { "identifier": "Q5", "url": "https://www.wikidata.org/entity/Q5", "aspects": [ "O" ] } ]
{ "content_url": "https://upload.wikimedia.org/wikipedia/commons/c/ca/Juan_Benet_headshot.jpg", "width": 2448, "height": 2450 }