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.5951822996139526,
"true": 0.40481770038604736
}
}
},
"editor": {
"identifier": 47559838,
"name": "T.olivia.p",
"edit_count": 4,
"groups": [
"*",
"user"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": "2024-03-19 15:34:53"
},
"number_of_characters": 72,
"size": {
"value": 72,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": 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-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": {
"prediction": null,
"probability": {
"false": 0.8686162978410721,
"true": 0.13138370215892792
}
}
},
"editor": {
"identifier": 9560390,
"name": "Launchballer",
"edit_count": 29828,
"groups": [
"autoreviewer",
"extendedconfirmed",
"extendedmover",
"reviewer",
"rollbacker",
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": true,
"has_advanced_rights": null,
"date_started": "2009-04-28 14:46:05"
},
"number_of_characters": 141,
"size": {
"value": 141,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": true,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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": 47609009,
"name": "Me Da Wikipedian",
"edit_count": 1415,
"groups": [
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": "2024-03-28 19:28:25"
},
"number_of_characters": 36,
"size": {
"value": 36,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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": 47366451,
"name": "Myuseraccount01",
"edit_count": 15,
"groups": [
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": "2024-02-12 10:49:53"
},
"number_of_characters": 44,
"size": {
"value": 44,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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,
"editor": {
"identifier": 7903804,
"name": "Citation bot",
"edit_count": null,
"groups": null,
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": null
},
"number_of_characters": 750,
"size": {
"value": 754,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": null
} | {
"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,
"scores": {
"damaging": null,
"goodfaith": null,
"revertrisk": {
"prediction": null,
"probability": {
"false": 0.8242409974336624,
"true": 0.17575900256633759
}
}
},
"editor": {
"identifier": 37755355,
"name": "Sohom Datta",
"edit_count": 5077,
"groups": [
"extendedconfirmed",
"patroller",
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": true,
"has_advanced_rights": null,
"date_started": "2019-11-05 07:22:07"
},
"number_of_characters": 5782,
"size": {
"value": 5787,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": 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-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 convened on January 8, 1907. 31 Republicans and 4 Democrats were uncontested. | {
"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,
"groups": null,
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": null
},
"number_of_characters": 4758,
"size": {
"value": 4760,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": 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": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": null
},
"number_of_characters": 32712,
"size": {
"value": 32762,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": null
} | {
"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.9406936019659042,
"true": 0.059306398034095764
}
}
},
"editor": {
"identifier": 5718152,
"name": "Arjayay",
"edit_count": 575900,
"groups": [
"autoreviewer",
"extendedconfirmed",
"extendedmover",
"reviewer",
"rollbacker",
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": true,
"has_advanced_rights": null,
"date_started": "2007-11-01 15:33:50"
},
"number_of_characters": 8531,
"size": {
"value": 8785,
"unit_text": "B"
},
"event": null,
"is_breaking_news": true,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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 creating looks for individual garments, involving shape, color, fabric, trimming, and more. Some clothes are made specifically for an individual, as in the case of haute couture or bespoke tailoring. Today, most clothing is designed for the mass market, especially casual and everyday wear, which are commonly known as ready to wear or fast fashion. Structure
There are different lines of work for designers in the fashion industry. Fashion designers that work full-time for one fashion house, as 'in-house designers', own the designs and may either work alone or as a part of a design team. Freelance designers who work for themselves, sell their designs to fashion houses, directly to shops, or to clothing manufacturers. There are quite a few fashion designers who choose to set up their own labels, which offers them full control over their designs. While others are self-employed and design for individual clients. Other high-end fashion designers cater to specialty stores or high-end fashion department stores. Designing a garment
Fashion designers work in various ways, some start with a vision in their head and later on move into drawing it on paper or computer, while others go directly into draping fabric onto a dress form, also known as a mannequin. The design process is unique to the designer and it is rather intriguing to see the various steps that go into the process. A designer may choose to work with certain apps that are able to help connect all their ideas together and expand their thoughts to create a cohesive design. When a designer is completely satisfied with the fit of the toile, they will consult a professional pattern maker who then makes the finished, working version of the pattern out of card or via a computer program. Finally, a sample garment is made up and tested on a model to make sure it is an operational outfit. Fashion design is expressive, the designers create art that may be functional or non-functional. Ready-to-wear (prêt-à-porter)
Ready-to-wear, or prêt-à-porter, clothes are a cross between haute couture and mass market. They are not made for individual customers, but great care is taken in the choice and cut of the fabric. Clothes are made in small quantities to guarantee exclusivity, so they are rather expensive. Ready-to-wear collections are usually presented by fashion houses each season during a period known as Fashion Week. This takes place on a citywide basis and occurs twice a year. The main seasons of Fashion Week include; spring/summer, fall/winter, resort, swim, and bridal. | {
"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": {
"prediction": true,
"probability": {
"false": 0.012532413005828857,
"true": 0.9874675869941711
}
}
},
"editor": {
"identifier": null,
"name": "76.68.23.166",
"edit_count": null,
"groups": [
"*"
],
"is_bot": null,
"is_anonymous": true,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": "0001-01-01 00:00:00"
},
"number_of_characters": 2908,
"size": {
"value": 2912,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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,
"probability": {
"false": 0.5344348251819611,
"true": 0.46556517481803894
}
}
},
"editor": {
"identifier": 5532431,
"name": "Star Mississippi",
"edit_count": 62662,
"groups": [
"autoreviewer",
"sysop",
"*",
"user",
"autoconfirmed"
],
"is_bot": null,
"is_anonymous": null,
"is_admin": true,
"is_patroller": true,
"has_advanced_rights": null,
"date_started": "2007-10-09 17:49:04"
},
"number_of_characters": 65,
"size": {
"value": 65,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": true,
"maintenance_tags": {
"citation_needed_count": null,
"pov_count": null,
"clarification_needed_count": null,
"update_count": null
}
} | {
"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 19. The system slowly intensified, eventually becoming a major hurricane by September 24. The system made landfall near Pascagoula, Mississippi, during the evening of September 27, devastating the cities of Pensacola and Mobile and the state of Mississippi. Damage totaled to at least $19,221,000, and more than 134 people were killed. | {
"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,
"groups": null,
"is_bot": null,
"is_anonymous": null,
"is_admin": null,
"is_patroller": null,
"has_advanced_rights": null,
"date_started": null
},
"number_of_characters": 21183,
"size": {
"value": 21199,
"unit_text": "B"
},
"event": null,
"is_breaking_news": null,
"noindex": null,
"maintenance_tags": null
} | {
"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.