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<type: string, value: string, links: list<item: struct<url: string, text: string, images: list<item: struct<content_url: string, width: int64, height: int64, alternative_text: string>>>>, name: string, has_parts: list<item: struct<type: string, value: string, links: list<item: struct<url: string, text: string>>>>>
to
{'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None), 'links': [{'url': Value(dtype='string', id=None), 'text': Value(dtype='string', id=None), 'images': [{'content_url': Value(dtype='string', id=None), 'width': Value(dtype='int64', id=None), 'height': Value(dtype='int64', id=None), 'alternative_text': Value(dtype='string', id=None)}]}], 'has_parts': [{'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None), 'links': [{'url': Value(dtype='string', id=None), 'text': Value(dtype='string', id=None)}]}]}
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, 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 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2246, in cast_table_to_schema
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2247, in <listcomp>
cast_array_to_feature(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, 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 1796, 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 2014, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in cast_array_to_feature
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2007, in <listcomp>
_c(array.field(name) if name in array_fields else null_array, subfeature)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2014, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in cast_array_to_feature
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2007, in <listcomp>
_c(array.field(name) if name in array_fields else null_array, subfeature)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2014, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in cast_array_to_feature
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2007, in <listcomp>
_c(array.field(name) if name in array_fields else null_array, subfeature)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2014, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in cast_array_to_feature
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2007, in <listcomp>
_c(array.field(name) if name in array_fields else null_array, subfeature)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2014, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2109, 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<type: string, value: string, links: list<item: struct<url: string, text: string, images: list<item: struct<content_url: string, width: int64, height: int64, alternative_text: string>>>>, name: string, has_parts: list<item: struct<type: string, value: string, links: list<item: struct<url: string, text: string>>>>>
to
{'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None), 'links': [{'url': Value(dtype='string', id=None), 'text': Value(dtype='string', id=None), 'images': [{'content_url': Value(dtype='string', id=None), 'width': Value(dtype='int64', id=None), 'height': Value(dtype='int64', id=None), 'alternative_text': Value(dtype='string', id=None)}]}], 'has_parts': [{'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None), 'links': [{'url': Value(dtype='string', id=None), 'text': Value(dtype='string', 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 1428, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 989, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, 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 1898, 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.
name string | identifier int64 | abstract string | version dict | event dict | url string | date_created string | date_modified string | 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.",
"tags": null,
"is_minor_edit": true,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": {
"prediction": null,
"probability": {
"false": 0.59518... | {
"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-23 16:50:32 | 2024-04-23 16:53:55 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"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 |
Mike Ross (Suits) | 76,727,681 | REDIRECT List of Suits characters#Mike Ross | {
"identifier": 1220574416,
"comment": "Requesting speedy deletion ([[WP:CSD#R2|CSD R2]]).",
"tags": [
"mw-removed-redirect",
"twinkle"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": ... | {
"identifier": "22366970-ddf7-43dc-8cec-941de1248b57",
"type": "update",
"date_created": "2024-04-24T17:14:11.475093Z",
"date_published": "2024-08-06T08:45:21.875527Z"
} | https://en.wikipedia.org/wiki/Mike_Ross_(Suits) | 2024-04-24 17:12:05 | 2024-04-24 17:14:10 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | An American Legal drama series from 2011-2019 | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "list",
"value": null,
"links": null,
"name": null,
"has_parts": [
{
"type": "list_item",
"value": "REDIRECT List of Suits characters#Mike Ross",
... | null | {
"identifier": "Q125388612",
"url": "https://www.wikidata.org/entity/Q125388612"
} | [
{
"identifier": "Q125388612",
"url": "https://www.wikidata.org/entity/Q125388612",
"aspects": [
"S"
]
}
] | null |
Second Polish republic | 76,744,378 | REDIRECT #Second Polish Republic | {
"identifier": 1220875620,
"comment": "[[WP:AES|←]]Created page with 'REDIRECT #[[Second Polish Republic]]'",
"tags": null,
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": null
},
"editor": {
... | {
"identifier": "552624d6-5c55-45ef-a8e3-94533520f261",
"type": "update",
"date_created": "2024-04-26T13:30:10.889543Z",
"date_published": "2024-08-06T08:45:21.94651Z"
} | https://en.wikipedia.org/wiki/Second_Polish_republic | 2024-04-26 13:30:10 | 2024-04-26 13:30:10 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Country in Central and Eastern Europe (1918–1939) | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "REDIRECT # Second Polish Republic",
"links": [
{
"url": "https://en.wikipedia.org/wiki/Second_Polish_Republic",
"text": "Second Polish Republic",
... | null | null | null | null |
Left-to-right script | 76,735,997 | REDIRECT Writing system#Directionality | {
"identifier": 1220716997,
"comment": "create redirect",
"tags": [
"very short new article",
"wikieditor"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": null
},
"editor": {
"... | {
"identifier": "aae6c4ee-bf95-4dc0-942d-5eea535967bf",
"type": "update",
"date_created": "2024-04-25T13:58:40.060742Z",
"date_published": "2024-08-06T08:45:21.947105Z"
} | https://en.wikipedia.org/wiki/Left-to-right_script | 2024-04-25 13:58:39 | 2024-04-25 13:58:39 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Convention of symbols representing language | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "list",
"value": null,
"links": null,
"name": null,
"has_parts": [
{
"type": "list_item",
"value": "REDIRECT Writing system#Directionality",
"link... | null | null | null | null |
1442 in France | 58,128,987 | Events from the year 1442 in France | {
"identifier": 1145356533,
"comment": "Alter: url. URLs might have been anonymized. | [[WP:UCB|Use this bot]]. [[WP:DBUG|Report bugs]]. | Suggested by AManWithNoPlan | #UCB_CommandLine",
"tags": null,
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": null,
"edi... | {
"identifier": "c4526432-0a4a-42ed-8ef7-54827c0c1f5b",
"type": "update",
"date_created": "2024-04-27T00:36:05.809918Z",
"date_published": "2024-08-06T08:45:22.490377Z"
} | https://en.wikipedia.org/wiki/1442_in_France | null | 2023-03-18 18:38:51 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | List of events in the year 1442 | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "Events from the year 1442 in France",
"links": [
{
"url": "https://en.wikipedia.org/wiki/France",
"text": "France",
"images": null
... | [
{
"type": "infobox",
"name": "Year in France header",
"has_parts": [
{
"type": "section",
"name": null,
"has_parts": [
{
"type": "image",
"name": null,
"value": null,
"links": [
{
"url":... | {
"identifier": "Q56292328",
"url": "https://www.wikidata.org/entity/Q56292328"
} | [
{
"identifier": "Q56292328",
"url": "https://www.wikidata.org/entity/Q56292328",
"aspects": [
"D.en",
"S",
"T"
]
}
] | 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",
"tags": [
"mw-undo",
"twinkle"
],
"is_minor_edit": true,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"sc... | {
"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-16 18:18:53 | 2024-04-26 13:13:49 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"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,
"alternate_text": null,
"caption": null
} |
1906 Minnesota Senate election | 62,782,592 | The 1906 Minnesota Senate election was held in the U.S. state of Minnesota on November 6, 1906, to elect members to the Senate of the 35th and 36th Minnesota Legislatures. The Minnesota Republican Party won a large majority of seats, followed by the Minnesota Democratic Party and the People's Party. The new Legislature... | {
"identifier": 1173750221,
"comment": "/* top */add \"use mdy dates\" template",
"tags": [
"AWB"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": null,
"editor": {
"identifier": 753665,
"name": "Ser Amantio di Nicolao",
"edit_count": null,... | {
"identifier": "1844b31c-372c-4791-919e-990f285fafb4",
"type": "update",
"date_created": "2024-04-27T00:36:08.173973Z",
"date_published": "2024-08-06T08:45:24.054125Z"
} | https://en.wikipedia.org/wiki/1906_Minnesota_Senate_election | null | 2023-09-04 05:33:58 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | null | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "The 1906 Minnesota Senate election was held in the U.S. state of Minnesota on November 6, 1906, to elect members to the Senate of the 35th and 36th Minnesota Legislatures.",
"links": [
... | [
{
"type": "infobox",
"name": "Infobox election",
"has_parts": [
{
"type": "section",
"name": "1906 Minnesota Senate election",
"has_parts": [
{
"type": "image",
"name": null,
"value": null,
"links": null,
... | {
"identifier": "Q85720893",
"url": "https://www.wikidata.org/entity/Q85720893"
} | [
{
"identifier": "Q85720893",
"url": "https://www.wikidata.org/entity/Q85720893",
"aspects": [
"D.en",
"S",
"T"
]
}
] | {
"content_url": "https://upload.wikimedia.org/wikipedia/commons/b/b2/MNSen1906.svg",
"width": 685,
"height": 768,
"alternate_text": null,
"caption": null
} |
12th century in Wales | 14,530,513 | This article is about the particular significance of the century 1101–1200 to Wales and its people. | {
"identifier": 1209422244,
"comment": "/* Events */",
"tags": [
"wikieditor"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": null,
"editor": {
"identifier": 27738727,
"name": "Rfl0216",
"edit_count": null,
"groups": null,
"is_bot"... | {
"identifier": "a6580d34-399e-4c3a-92fd-2696cfa0898d",
"type": "update",
"date_created": "2024-04-27T00:36:06.787123Z",
"date_published": "2024-08-06T08:45:24.283604Z"
} | https://en.wikipedia.org/wiki/12th_century_in_Wales | null | 2024-02-21 21:15:29 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Wales-related events during the 12th century | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "This article is about the particular significance of the century 1101–1200 to Wales and its people.",
"links": [
{
"url": "https://en.wikipedia.org/wiki/Wales",
... | [
{
"type": "infobox",
"name": null,
"has_parts": [
{
"type": "section",
"name": null,
"has_parts": [
{
"type": "field",
"name": null,
"value": "11th century | 13th century | Other years in Wales",
"links": [
... | {
"identifier": "Q4548959",
"url": "https://www.wikidata.org/entity/Q4548959"
} | [
{
"identifier": "Q4548959",
"url": "https://www.wikidata.org/entity/Q4548959",
"aspects": [
"D.en",
"S",
"T"
]
}
] | null |
Li Cong (astronaut) | 76,726,568 | Lieutenant colonel Li Cong is a Chinese fighter pilot and People's Liberation Army Astronaut Corps (PLAAC) taikonaut. | {
"identifier": 1220588433,
"comment": "Duplicate word removed",
"tags": null,
"is_minor_edit": true,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": {
"prediction": null,
"probability": {
"false": 0.... | {
"identifier": "4d25cfa0-bef3-4e3f-95b5-8019d1dd25a9",
"type": "update",
"date_created": "2024-04-24T18:56:59.455524Z",
"date_published": "2024-08-06T08:45:24.856785Z"
} | https://en.wikipedia.org/wiki/Li_Cong_(astronaut) | 2024-04-24 15:47:56 | 2024-04-24 18:56:58 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Chinese astronaut (born 1989) | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "Lieutenant colonel Li Cong (Chinese: 李聪; born October 1989) is a Chinese fighter pilot and People's Liberation Army Astronaut Corps (PLAAC) taikonaut.",
"links": [
{
... | [
{
"type": "infobox",
"name": "Infobox astronaut",
"has_parts": [
{
"type": "section",
"name": "Li Cong",
"has_parts": null
},
{
"type": "section",
"name": "李聪",
"has_parts": [
{
"type": "field",
"name": "... | null | null | null |
Fashion Design | 7,871,468 | Fashion designers
'Fashion designers work in a variety of different ways when designing their pieces and accessories such as rings, bracelets, necklaces and earrings. Due to the time required to put a garment out in market, designers must anticipate changes to consumer desires. Fashion designers are responsible for cre... | {
"identifier": 1220584610,
"comment": "[[WP:AES|←]]Removed redirect to [[Fashion design]]",
"tags": [
"mw-removed-redirect",
"wikieditor"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk... | {
"identifier": "aa747909-601b-4569-8b6e-c9afdfb8ff93",
"type": "update",
"date_created": "2024-04-24T18:27:22.193895Z",
"date_published": "2024-08-06T08:45:25.063567Z"
} | https://en.wikipedia.org/wiki/Fashion_Design | 2006-11-10 14:44:36 | 2024-04-24 18:27:21 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Art of applying design and aesthetics to clothing and accessories | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "Fashion designers 'Fashion designers work in a variety of different ways when designing their pieces and accessories such as rings, bracelets, necklaces and earrings. Due to the time required t... | null | null | null | null |
Quingentillion | 76,633,409 | REDIRECT Names of large numbers | {
"identifier": 1220656060,
"comment": "Requesting speedy deletion ([[WP:CSD#G5|CSD G5]]).",
"tags": null,
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": {
"prediction": null,
"probabi... | {
"identifier": "ad63ba30-a944-433f-944d-8d0ec414e1c2",
"type": "update",
"date_created": "2024-04-25T03:03:25.103309Z",
"date_published": "2024-08-06T08:45:25.073551Z"
} | https://en.wikipedia.org/wiki/Quingentillion | 2024-04-16 17:33:43 | 2024-04-25 03:03:24 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | null | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "list",
"value": null,
"links": null,
"name": null,
"has_parts": [
{
"type": "list_item",
"value": "REDIRECT Names of large numbers",
"links": [
... | null | null | null | null |
1906 Mississippi hurricane | 33,375,130 | The 1906 Mississippi hurricane was a deadly and destructive hurricane during the 1906 Atlantic hurricane season. The fourth hurricane of the season, the system was originally observed in the western Caribbean on September 22; however, modern research revealed that the system became a tropical depression on September 1... | {
"identifier": 1181347684,
"comment": "/* External links */ added template",
"tags": [
"wikieditor"
],
"is_minor_edit": null,
"is_flagged_stable": null,
"has_tag_needs_citation": null,
"scores": null,
"editor": {
"identifier": 41469085,
"name": "JCMLuis",
"edit_count": null,
"grou... | {
"identifier": "a3186dcb-d650-4f34-9345-bae9aac4cca8",
"type": "update",
"date_created": "2024-04-27T00:36:08.367763Z",
"date_published": "2024-08-06T08:45:25.25409Z"
} | https://en.wikipedia.org/wiki/1906_Mississippi_hurricane | null | 2023-10-22 14:09:41 | {
"name": null,
"identifier": "enwiki",
"url": "https://en.wikipedia.org",
"version": null,
"additional_type": null,
"code": null,
"namespace": null,
"date_modified": null,
"in_language": null,
"size": null,
"event": null
} | {
"identifier": "en",
"name": null,
"alternate_name": null,
"direction": null,
"event": null
} | [
{
"name": "Creative Commons Attribution-ShareAlike 4.0",
"identifier": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
] | Category 3 Atlantic hurricane in 1906 | [
{
"type": "section",
"name": "Abstract",
"has_parts": [
{
"type": "paragraph",
"value": "The 1906 Mississippi hurricane was a deadly and destructive hurricane during the 1906 Atlantic hurricane season. The fourth hurricane of the season, the system was originally observed in the we... | [
{
"type": "infobox",
"name": "Infobox weather event",
"has_parts": [
{
"type": "section",
"name": "1906 Mississippi hurricane",
"has_parts": [
{
"type": "image",
"name": null,
"value": "Shipping damage in Pensacola caused by the... | {
"identifier": "Q189056",
"url": "https://www.wikidata.org/entity/Q189056"
} | [
{
"identifier": "Q189056",
"url": "https://www.wikidata.org/entity/Q189056",
"aspects": [
"C.P4540",
"D.en",
"O",
"S",
"T"
]
}
] | {
"content_url": "https://upload.wikimedia.org/wikipedia/commons/4/4c/1906_Pensacola_Hurricane_Damage.PNG",
"width": 1125,
"height": 895,
"alternate_text": null,
"caption": null
} |
End of preview.