diff --git a/README.md b/README.md
index 64f700ca399989bb82a218fa7c3eb87f00129e54..674d9c1f5e3f258ec2bbb1a6ec637a00e03da454 100644
--- a/README.md
+++ b/README.md
@@ -1,876 +1,32 @@
---
-license:
- - cc-by-sa-4.0
- - gfdl
-size_categories:
- - 1M
-BCP 47 Language Code: EN
+- **BCP 47 Language Code:** `fr`
+- **Wikipedia edition:** [French Wikipedia](https://fr.wikipedia.org/)
+- **Manual of Style:** [French Wikipedia conventions](https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Conventions_de_style)
-French/Français
-BCP 47 Language Code: FR
+There is one language edition for English and one for French. They encompass national and cultural variations of spelling, vocabulary, grammar, and usage. Within a Wikipedia language edition, no national variety is officially preferred over others. The rule of thumb is that the conventions of a particular language variety should be followed consistently within a given article.
-There is only one language edition for English, and one for French. They encompass national and cultural variations of spelling, vocabulary, grammar etc. Within a Wikipedia language edition, no national variety is officially preferred over others. The rule of thumb is that the conventions of a particular variety of language should be followed consistently within a given article.
+As part of this beta Wikimedia Enterprise Structured Contents initiative, the team is expanding coverage of language editions. To request a specific language edition, please contact us on the [Meta-Wiki talk page](https://meta.wikimedia.org/wiki/Talk:Wikimedia_Enterprise) and explain your use case.
-The relevant Manual of Style policy documents are available [for English Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#National_varieties_of_English), and [for French Wikipedia](https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Conventions_de_style#Variantes_g%C3%A9ographiques).
+# Dataset Structure
-As part of this Beta Wikimedia Enterprise Structured Contents project, the team is working to including more language editions: [https://enterprise.wikimedia.com/docs/snapshot/#available-structured-contents-snapshots-beta](https://enterprise.wikimedia.com/docs/snapshot/#available-structured-contents-snapshots-beta)
+## Data Instances
-## Dataset Structure
+Each row represents one Wikipedia article snapshot stored in Parquet format.
-### Data Instances
+Most scalar and moderately nested metadata fields are stored as native Arrow/Parquet types. Recursive or schema-unstable fields are stored as JSON-encoded strings.
-An example of each line of JSON looks as follows (abbreviated data):
+Example abbreviated Parquet row, shown as JSON for readability:
-```json
+~~~json
{
-"name":"JosephineBaker",
-"identifier":255083,
-"url":"https://en.wikipedia.org/wiki/Josephine_Baker",
-"date_created":"...",
-"date_modified":"...",
-"is_part_of":{"..."},
-"in_language":{"..."},
-"main_entity":{"identifier":"Q151972",...},
-"additional_entities":[...],
-"version":{...},
-"description":"American-bornFrenchdancer...",
-"abstract":"FredaJosephineBaker,naturalizedas...",
-"image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
-"infoboxes":[{"name":"Infoboxperson",
- "type":"infobox",
- "has_parts":[
- { "name":"JosephineBaker",
- "type":"section",
- "has_parts":[
- {"name":"Born",
- "type":"field",
- "value":"FredaJosephineMcDonaldJune3,1906 St.Louis,Missouri,US",
- "links":[{"url": "https://en.wikipedia.org/wiki/St._Louis", "text":"St.Louis"},}],
- ]
- }
- ]
-}],
-"sections": [{"name": "Abstract",
- "type": "section",
- "has_parts": [
- { "type": "paragraph",
- "value": "Freda Josephine Baker (née McDonald; June 3, 1906 - April 12, 1975), naturalized as Joséphine Baker...",
- "links": [{"url": "https://en.wikipedia.org/wiki/Siren_...","text": "Siren of the Tropics"...}]
- }
- ],
- ...
-}],
-"license":[...],
+ "name": "Josephine Baker",
+ "identifier": 255083,
+ "url": "https://en.wikipedia.org/wiki/Josephine_Baker",
+ "description": "American-born French dancer...",
+ "abstract": "Freda Josephine Baker...",
+ "main_entity": {
+ "identifier": "Q151972",
+ "url": "https://www.wikidata.org/entity/Q151972"
+ },
+ "version": {
+ "identifier": 123456789,
+ "editor": {
+ "identifier": 123,
+ "name": "Example editor"
+ },
+ "scores": {}
+ },
+ "image": {
+ "content_url": "https://upload.wikimedia.org/...",
+ "width": 250,
+ "height": 350
+ },
+ "infoboxes": "[{...}]",
+ "sections": "[{...}]",
+ "tables": "[{...}]",
+ "references": [
+ {
+ "identifier": "...",
+ "metadata": "{...}"
+ }
+ ]
}
-```
+~~~
### Timestamp
-Dataset extracted 16 September 2024
+Dataset extracted: **13 May 2026**
-### Size
+## Included Releases
-English: enwiki_namespace_0.zip
-Size of compressed dataset files: 17.91 GB
-Size of uncompressed dataset: 79.57 GB
-French: frwiki_namespace_0.zip
+| Language | Snapshot identifier | Rows | Shards | Size |
+| --- | --- | ---: | ---: | ---: |
+| English | `enwiki_namespace_0` | 7,597,149 | 86 | 34.61 GiB |
+| French | `frwiki_namespace_0` | 2,871,732 | 26 | 9.81 GiB |
-Size of compressed dataset files: 6.95 GB
-Size of the uncompressed dataset: 34.01 GB
-JSONL files compressed in zip, once uncompressed they are chunked by max 2.15GB.
+Total rows: `10,468,881`
-For more guidelines on how to process the snapshots, see [SDKs](https://enterprise.wikimedia.com/docs/#sdk).
+Total Parquet size: `44.42 GiB`
-### Data Fields
-The data fields are the same among all, noteworthy included fields:
-* [name](https://enterprise.wikimedia.com/docs/data-dictionary/#name) - title of the article.
-* [identifier](https://enterprise.wikimedia.com/docs/data-dictionary/#identifier) - ID of the article.
-* [url](https://enterprise.wikimedia.com/docs/data-dictionary/#url) - URL of the article.
-* [version](https://enterprise.wikimedia.com/docs/data-dictionary/#version): metadata related to the latest specific revision of the article
-* [version.editor](https://enterprise.wikimedia.com/docs/data-dictionary/#version_editor) - editor-specific signals that can help contextualize the revision
-* [version.scores](https://enterprise.wikimedia.com/docs/data-dictionary/#version_scores) - returns assessments by ML models on the likelihood of a revision being reverted.
-* [main entity](https://enterprise.wikimedia.com/docs/data-dictionary/#main_entity) - Wikidata QID the article is related to.
-* [abstract](https://enterprise.wikimedia.com/docs/data-dictionary/#abstract) - lead section, summarizing what the article is about.
-* [description](https://enterprise.wikimedia.com/docs/data-dictionary/#description) - one-sentence description of the article for quick reference.
-* [image](https://enterprise.wikimedia.com/docs/data-dictionary/#image) - main image representing the article's subject.
-* [infoboxes](https://enterprise.wikimedia.com/docs/data-dictionary/#infoboxes) - parsed information from the side panel (infobox) on the Wikipedia article.
-* [sections](https://enterprise.wikimedia.com/docs/data-dictionary/#article_sections) - parsed sections of the article, including links.
-Note: excludes other media/images, lists, tables and references or similar non-prose sections.
+## Data Fields
-Full data dictionary is available here: [https://enterprise.wikimedia.com/docs/data-dictionary/](https://enterprise.wikimedia.com/docs/data-dictionary/)
+The data fields are the same across the dataset. Noteworthy fields include:
-### Data Splits
+- [`name`](https://enterprise.wikimedia.com/docs/data-dictionary/#name) - title of the article.
+- [`identifier`](https://enterprise.wikimedia.com/docs/data-dictionary/#identifier) - ID of the article.
+- [`url`](https://enterprise.wikimedia.com/docs/data-dictionary/#url) - URL of the article.
+- [`version`](https://enterprise.wikimedia.com/docs/data-dictionary/#version) - metadata related to the latest specific revision of the article.
+- [`version.editor`](https://enterprise.wikimedia.com/docs/data-dictionary/#version-editor) - editor-specific signals that can help contextualize the revision.
+- [`version.scores`](https://enterprise.wikimedia.com/docs/data-dictionary/#version-scores) - returns assessments by ML models on the likelihood of a revision being reverted.
+- [`main_entity`](https://enterprise.wikimedia.com/docs/data-dictionary/#main-entity) - Wikidata QID the article is related to.
+- [`abstract`](https://enterprise.wikimedia.com/docs/data-dictionary/#abstract) - lead section summarizing what the article is about.
+- [`description`](https://enterprise.wikimedia.com/docs/data-dictionary/#description) - one-sentence description of the article for quick reference.
+- [`images`](https://enterprise.wikimedia.com/docs/data-dictionary/#images) - the image object is found as a top-level object to refer to the main image for the article. The contents of an image object can also exist within an `images` array in other sections of the article payload, to refer to images used within the article body.
+- [`infoboxes`](https://enterprise.wikimedia.com/docs/data-dictionary/#infoboxes) - parsed information from the side panel (infobox) on the Wikipedia article.
+- [`sections`](https://enterprise.wikimedia.com/docs/data-dictionary/#sections) - parsed sections of the article, including links, lists, citations, etc.
+- [`tables`](https://enterprise.wikimedia.com/docs/data-dictionary/#tables) - tables are defined at the top level of the article object in a `tables` array, each with a unique identifier. Sections or other parts of the article can reference these tables using their identifiers.
+- [`references`](https://enterprise.wikimedia.com/docs/data-dictionary/#references) - parsed references including identifiers that link them to citations in sections.
-[N/A]
+The full list of fields is available in the [Wikimedia Enterprise data dictionary](https://enterprise.wikimedia.com/docs/data-dictionary/).
-## Dataset Creation
+## Processing
-### Curation Rationale
+1. Downloaded the snapshot tarball from the [Wikimedia Enterprise API](https://enterprise.wikimedia.com/docs/snapshot/#structured-contents-snapshot-download-beta).
+2. Streamed each `.ndjson` shard through a normalization pass:
+ - JSON-encoded fields: `sections`, `infoboxes`, `tables`, and `references[].metadata` are stored as JSON-encoded strings.
+ - These fields either have recursive nesting that exceeds Apache Arrow’s C Data Interface limit or are open-dictionary structures whose keys vary across articles.
+ - Decode with `json.loads` on read.
+ - Struct field ordering was canonicalized alphabetically and recursively so schemas match byte-for-byte across shards.
+3. Wrote one Parquet file per shard with zstd compression.
+4. Unified per-shard schemas with `pa.unify_schemas`; pinned the result to `schema.json`; re-cast every shard so embedded schemas are identical.
-This dataset has been created as part of the larger [Structured Contents initiative at Wikimedia Enterprise](https://meta.wikimedia.org/wiki/Wikimedia_Enterprise/FAQ#What_is_Structured_Contents) with the aim of making Wikimedia data more machine readable. These efforts are both focused on pre-parsing Wikipedia snippets as well as connecting the different projects closer together.
+## Loading
-Even if Wikipedia is very structured to the human eye, it is a non-trivial task to extract the knowledge lying within in a machine readable manner. Projects, languages, domains all have their own specific community experts and way of structuring data, bolstered by various templates and best practices. A specific example we’ve addressed in this release is article infoboxes. Infoboxes are panels that commonly appear in the top right corner of a Wikipedia article and summarize key facts and statistics of the article’s subject. The editorial community works hard to keep infoboxes populated with the article’s most pertinent and current metadata, and we’d like to lower the barrier of entry significantly so that this data is also accessible at scale without the need for bespoke parsing systems.
-We also include the link to the [Wikidata Q](https://www.wikidata.org/wiki/Wikidata:Identifiers) Identifier (corresponding Wikidata entity), and the link to (main and infobox) images to facilitate easier access to additional information on the specific topics.
-You will also find [Credibility Signals fields](https://enterprise.wikimedia.com/blog/understanding-credibility-signals-in-wikimedia-enterprise-api/) included. These can help you decide when, how, and why to use what is in the dataset. These fields mirror the over 20 years of editorial policies created and kept by the Wikipedia editing communities, taking publicly available information and structuring it. Like with article structures, because this information is not centralized (neither on a single project nor across them), it is hard to access. Credibility signals shine a light on that blind spot. You will find most of these signals under the ‘version’ object, but other objects like ‘protection’ and ‘watchers_count’ offer similar insight.
+~~~python
+from datasets import load_dataset
+import json
-This is an early beta release of pre-parsed Wikipedia articles in bulk, as a means to improve transparency in the development process and gather insights of current use cases to follow where the AI community needs us most; as well as feedback points, to develop this further through collaboration. There will be limitations (see ‘known limitations’ section below), but in line with [our values](https://wikimediafoundation.org/about/values/#a3-we-welcome-everyone-who-shares-our-vision-and-values), we believe it is better to share early, often, and respond to feedback.
+en = load_dataset(
+ "wikimedia/structured-wikipedia",
+ "enwiki_namespace_0",
+ split="train",
+ streaming=True,
+)
-You can also test out more languages on an article by article basis through our [beta Structured Contents On-demand endpoint](https://enterprise.wikimedia.com/docs/on-demand/#article-structured-contents-beta) with a [free account](https://enterprise.wikimedia.com/blog/enhanced-free-api/).
+fr = load_dataset(
+ "wikimedia/structured-wikipedia",
+ "frwiki_namespace_0",
+ split="train",
+ streaming=True,
+)
-Attribution is core to the sustainability of the Wikimedia projects. It is what drives new editors and donors to Wikipedia. With consistent attribution, this cycle of content creation and reuse ensures encyclopedic content of high-quality, reliability, and verifiability will continue being written on Wikipedia and ultimately remain available for reuse via datasets such as these.
+ds = en
-As such, we require all users of this dataset to conform to our expectations for proper attribution. Detailed attribution requirements for use of this dataset are outlined below.
+row = next(iter(ds))
-Beyond attribution, there are many ways of contributing to and supporting the Wikimedia movement. To discuss your specific circumstances please contact Nicholas Perry from the Wikimedia Foundation technical partnerships team at [nperry@wikimedia.org](mailto:nperry@wikimedia.org). You can also contact us on either the [discussion page](https://meta.wikimedia.org/wiki/Talk:Wikimedia_Enterprise) of Wikimedia Enterprise’s homepage on Meta wiki, or on the discussion page for this dataset here on HuggingFace.
+print(row["name"], row["url"])
-### Source Data
+sections = json.loads(row["sections"]) if row["sections"] else None
+infoboxes = json.loads(row["infoboxes"]) if row["infoboxes"] else None
+tables = json.loads(row["tables"]) if row["tables"] else None
+for ref in row["references"] or []:
+ metadata = json.loads(ref["metadata"]) if ref.get("metadata") else None
+~~~
-### Initial Data Collection and Normalization
+### Polars
-The dataset is built from the Wikimedia Enterprise HTML “snapshots”: [https://enterprise.wikimedia.com/docs/snapshot/](https://enterprise.wikimedia.com/docs/snapshot/) and focusses on the Wikipedia article namespace ([namespace 0 (main))](https://en.wikipedia.org/wiki/Wikipedia:What_is_an_article%3F#Namespace).
+~~~python
+import polars as pl
-### Who are the source language producers?
+df = pl.scan_parquet(
+ "hf://datasets/wikimedia/structured-wikipedia/enwiki/data/*.parquet"
+)
-Wikipedia is a human generated corpus of free knowledge, written, edited, and curated by a [global community of editors](https://meta.wikimedia.org/wiki/Community_Insights/Community_Insights_2023_Report) since 2001.
+print(
+ df.select(["name", "url"])
+ .head()
+ .collect()
+)
+~~~
-It is the largest and most accessed educational resource in history, accessed over 20 billion times by half a billion people each month. Wikipedia represents almost 25 years of work by its community; the creation, curation, and maintenance of millions of articles on distinct topics.
+### DuckDB
-This dataset includes the complete article contents of two Wikipedia language editions: English [https://en.wikipedia.org/](https://en.wikipedia.org/) and French [https://fr.wikipedia.org/](https://fr.wikipedia.org/), written by the respective communities.
+~~~python
+import duckdb
-### Annotations
+duckdb.sql(
+ '''
+ SELECT name, url
+ FROM 'hf://datasets/wikimedia/structured-wikipedia/enwiki/data/*.parquet'
+ LIMIT 10
+ '''
+).show()
+~~~
-### Annotation process
+### PyArrow
-[N/A]
+~~~python
+import pyarrow.dataset as ds
-The dataset doesn't contain any additional annotations
+dataset = ds.dataset(
+ "hf://datasets/wikimedia/structured-wikipedia/enwiki/data/",
+ format="parquet",
+)
-### Who are the annotators?
+table = dataset.to_table(
+ columns=["name", "url"]
+)
+~~~
-[N/A]
-### Personal and Sensitive Information
-The Wikipedia community and the Wikimedia Foundation - which operates Wikipedia - establish robust policy and guidelines around personal and sensitive information; both to avoid personal/sensitive information within articles as well as strict privacy policies around information of their contributors.
+### Reading the Pinned Schema
-The Wikimedia Foundation’s privacy policy is available at: [https://foundation.wikimedia.org/wiki/Policy:Privacy_policy](https://foundation.wikimedia.org/wiki/Policy:Privacy_policy)
+~~~python
+import json
+import pyarrow as pa
-Transparency reports covering the Wikimedia Foundation’s responses to requests received to alter or remove content from the projects, and to provide nonpublic information about users, are found here: [https://wikimediafoundation.org/about/transparency/](https://wikimediafoundation.org/about/transparency/)
+payload = json.loads(open("schema.json").read())
-Among many editorial policies regarding personal and sensitive information, particular care is paid by the community to biographies of living people. Details for each language community’s responses and norms can be found here: [https://www.wikidata.org/wiki/Q4663389#sitelinks-wikipedia](https://www.wikidata.org/wiki/Q4663389#sitelinks-wikipedia)
+schema = pa.ipc.read_schema(
+ pa.py_buffer(bytes.fromhex(payload["arrow_ipc_hex"]))
+)
+~~~
-## Considerations for Using the Data
+## Data Splits
-### Social Impact of Dataset
+This dataset is provided as a single `train` split for compatibility with dataset-loading tooling.
-Wikipedia’s articles are read over 20 billion times by half a billion people each month. It does not belong to, or come from a single culture or language. It is an example of mass international cooperation, across languages and continents. Wikipedia is the only website among the world’s most visited that is not operated by a commercial organization.
+# Dataset Creation
-Wikimedia projects have been used (and upsampled) as a core source of qualitative data in AI/ML/LLM . The Wikimedia Foundation has published an article on [the value of Wikipedia in age of generative AI](https://wikimediafoundation.org/news/2023/07/12/wikipedias-value-in-the-age-of-generative-ai).
+## Curation Rationale
-There is also a Community Article about [why Wikimedia data matters for ML](https://huggingface.co/blog/frimelle/wikipedias-treasure-trove-ml-data#why-wikimedia-data-for-ml) on the HuggingFace blog. This highlights that it is: rich, diverse content; multimodal; and both community-curated and openly licensed.
+This dataset was created as part of the larger [Structured Contents initiative](https://enterprise.wikimedia.com/docs/snapshot/#structured-contents-snapshot-download-beta) at Wikimedia Enterprise, with the aim of making Wikimedia data more machine-readable.
-### Discussion of Biases
+Although Wikipedia is highly structured to the human eye, it is non-trivial to extract the knowledge within it in a machine-readable manner. Projects, languages, and domains each have their own community experts and ways of structuring data, supported by templates and best practices. A specific example addressed in this release is article tables. Wikipedia’s editorial communities work to keep tables populated with factual and structured information, and this dataset aims to make that information accessible at scale without bespoke parsing systems.
-While consciously trying to present an editorially neutral point of view, Wikipedia’s content reflects [the biases of the society it comes from](https://wikimediafoundation.org/our-work/open-the-knowledge/otk-change-the-stats/). This includes various “gaps” (notably in both the [proportion of biographies of, and editors who identify as, women](https://wikimediafoundation.org/our-work/open-the-knowledge/wikipedia-needs-more-women/). Other significant gaps include in linguistic and technical accessibility of the websites, and censorship. Because the content is written by its readers, ensuring the widest possible access to the content is crucial to reducing the biases of the content itself. There is continuous work to redress these biases through various social and technical efforts – both centrally and at the grassroots around the world.
+The dataset also includes links to [Wikidata Q](https://www.wikidata.org/wiki/Wikidata:Identifiers) Identifiers and links to main and infobox images to facilitate easier access to additional information on specific topics.
-### Other Known Limitations
+[Credibility signal fields](https://enterprise.wikimedia.com/blog/understanding-credibility-signals-in-wikimedia-enterprise-api/) are also included. These can help users decide when, how, and why to use what is in the dataset. These fields reflect editorial policies created and maintained by Wikipedia editing communities over more than 20 years. Many of these signals are found under the `version` object, while other objects such as `protection` and `watchers_count` offer related insight.
-This is an early beta version, the following limitations may apply:
+This is an early beta release of pre-parsed Wikipedia articles in bulk. It is shared to improve transparency in the development process, gather insight into current use cases, and collect feedback from the AI community. There will be limitations, described in the [Other Known Limitations](#other-known-limitations) section, but in line with [Wikimedia values](https://wikimediafoundation.org/about/values/#a3-we-welcome-everyone-who-shares-our-vision-and-values), we believe it is better to share early, share often, and respond to feedback.
-* A small percentage of duplicated, deleted or missed articles may be part of the snapshot. Duplicates can be filtered out by looking at the highest "version.identifier", being the most up-to-date revision of the article
-* Revision discrepancies may happen due to limitations with long articles
-* On occasion empty sections or values may be returned. This is either because the section contains references or similar; or is made out of structured elements like lists and tables; or the section was left empty by editors.
-* Images: only main and infobox image links are supported at the moment, we encourage you to take additional information and licensing by following the image link, while we are evaluating adding this data directly.
+You can also test more languages on an article-by-article basis through the beta [Structured Contents On-Demand endpoint](https://enterprise.wikimedia.com/docs/on-demand/) with a free account.
-Please let us know if there are any other limitations that aren't covered above.
+Attribution is core to the sustainability of Wikimedia projects. It drives new editors and donors to Wikipedia. With consistent attribution, the cycle of content creation and reuse helps ensure that encyclopedic content of high quality, reliability, and verifiability continues to be written on Wikipedia and remains available for reuse through datasets such as this one.
-## Additional Information
+Users of this dataset are expected to conform to Wikimedia attribution expectations. Detailed attribution guidance is provided in the [Attribution Information](#attribution-information) section.
-### Dataset Curators
+Beyond attribution, there are many ways to contribute to and support the Wikimedia movement. To discuss specific circumstances, please contact Nicholas Perry from the Wikimedia Foundation technical partnerships team at [nperry@wikimedia.org](mailto:nperry@wikimedia.org). You can also contact us on the [Wikimedia Enterprise Meta-Wiki discussion page](https://meta.wikimedia.org/wiki/Talk:Wikimedia_Enterprise) or on this dataset’s Hugging Face discussion page: [discussion page](https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions).
-This dataset was created by the [Wikimedia Enterprise](https://enterprise.wikimedia.com/about/) team of the [Wikimedia Foundation](https://wikimediafoundation.org/) as part of the Structured Contents initiative.
+## Source Data
-### Attribution Information
+### Initial Data Collection and Normalization
-Wikimedia Enterprise provides this dataset under the assumption that downstream users will adhere to the relevant free culture licenses when the data is reused. In situations where attribution is required, reusers should identify the Wikimedia project from which the content was retrieved as the source of the content. Any attribution should adhere to Wikimedia’s trademark policy (available at [https://foundation.wikimedia.org/wiki/Trademark_policy](https://foundation.wikimedia.org/wiki/Trademark_policy)) and visual identity guidelines (available at [https://foundation.wikimedia.org/wiki/Visual_identity_guidelines](https://foundation.wikimedia.org/wiki/Visual_identity_guidelines)) when identifying Wikimedia as the source of content.
+The dataset is built from the [Wikimedia Enterprise Structured Contents API](https://enterprise.wikimedia.com/docs/snapshot/#structured-contents-snapshot-download-beta) and focuses on the English and French Wikipedia article namespace, [namespace 0](https://en.wikipedia.org/wiki/Wikipedia:What_is_an_article%3F#Namespace), also known as mainspace.
-#### How To Attribute Wikipedia
+### Who are the source language producers?
-We ask that all content re-users attribute Wikipedia in a way that supports our model. In the spirit of reciprocity the framework allows you to leverage our brand to signal trust, reliability and recency whilst also communicating that our dataset is written entirely by human contributors who have volunteered their time in the spirit of knowledge for all.
+Wikipedia is a human-generated corpus of free knowledge, written, edited, and curated by a global community of editors since 2001.
-For example, for Generative AI, what to include in all attribution cases:
+It is one of the largest and most accessed educational resources in history, accessed over 20 billion times by half a billion people each month. Wikipedia represents almost 25 years of work by its community: the creation, curation, and maintenance of millions of articles on distinct topics.
-
+This dataset includes the complete article contents of two Wikipedia language editions written by the respective communities:
+- [English Wikipedia](https://en.wikipedia.org/)
+- [French Wikipedia](https://fr.wikipedia.org/)
-Attribution UI Example: Outputs using Wikipedia non-specifically
+## Annotations
-
+### Annotation process
-Attribution UI Example: Outputs using Wikipedia in-line
+N/A
-
+The dataset does not contain additional annotations.
-#### Tools & Resources for Attribution
+### Who are the annotators?
-[W Favicons](https://commons.wikimedia.org/wiki/Category:Wikimedia_Attribution_Guide_Favicons): The Wikipedia ‘W’ icon is a distinctive graphic element derived from the W of Wikipedia, set in the font Hoefler combined with various framing devices.
+N/A
-




+## Personal and Sensitive Information
-[W Wordmarks](https://foundation.wikimedia.org/wiki/Legal:Visual_identity_guidelines): The distinctive wordmark, with larger case W and A characters. The wordmark alone is the most identifiable and clearly understood version of all of the official marks representing Wikipedia.
+The Wikipedia community and the Wikimedia Foundation, which operates Wikipedia, maintain robust policies and guidelines regarding personal and sensitive information. These policies are intended both to avoid inappropriate personal or sensitive information within articles and to protect the privacy of Wikimedia contributors.
-
+The Wikimedia Foundation Privacy Policy is available here: [Privacy Policy](https://foundation.wikimedia.org/wiki/Policy:Privacy_policy).
-Wikimedia Product Icons: You can find all currently available icons in the [Assets library](https://www.figma.com/file/1lT9LKOK6wiHLnpraMjP3E/%E2%9D%96-Assets-(Icons%2C-Logos%2C-Illustrations)?node-id=3295-13631&t=XsJ03mZaUOTNMw9j-0) in Figma. We provide a listing of all icons with their ids for implementation in the [Codex demo](https://doc.wikimedia.org/codex/latest/icons/all-icons.html). Additionally you also find all icons as single [SVGO production optimized](https://www.mediawiki.org/wiki/Manual:Coding_conventions/SVG) SVGs for usage outside of MediaWiki.
+Transparency reports covering the Wikimedia Foundation’s responses to requests to alter or remove content from the projects, and requests to provide nonpublic information about users, are available here: [Transparency Reports](https://wikimediafoundation.org/about/transparency/).
-
+Among many editorial policies regarding personal and sensitive information, particular care is paid by the community to biographies of living people. Details for each language community’s responses and norms can be found here: [Biographies of Living People policies](https://www.wikidata.org/wiki/Q4663389#sitelinks-wikipedia).
-More logo assets and guidance can be found on the [Wikipedia](https://foundation.wikimedia.org/wiki/Legal:Visual_identity_guidelines) and [Wikimedia](https://meta.wikimedia.org/wiki/Brand) Brand portals.
-Wikipedia favicons can be found on [Wikimedia Commons](https://commons.wikimedia.org/wiki/Category:Wikimedia_Attribution_Guide_Favicons).
+# Considerations for Using the Data
-To schedule a 30-minute brand attribution walkthrough or to request a customized solution, please email us at [brandattribution@wikimedia.org](mailto:brandattribution@wikimedia.org)
+## Social Impact of Dataset
-### Licensing Information
+Wikipedia’s articles are read over 20 billion times by half a billion people each month. Wikipedia does not belong to, or come from, a single culture or language. It is an example of mass international cooperation across languages and continents. Wikipedia is the only website among the world’s most visited that is operated by a nonprofit organization.
-All original textual content is licensed under the [GNU Free Documentation License](https://www.gnu.org/licenses/fdl-1.3.html) (GFDL) and the [Creative Commons Attribution-Share-Alike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/). Some text may be available only under the Creative Commons license; see the Wikimedia [Terms of Use](https://foundation.wikimedia.org/wiki/Policy:Terms_of_Use) for details. Text written by some authors may be released under additional licenses or into the public domain.
+Wikimedia projects have been used, and upsampled, as a core source of qualitative data in AI, ML, and LLM development. The Wikimedia Foundation has published an article on the value of Wikipedia in the age of generative AI: [Wikipedia in the age of generative AI](https://wikimediafoundation.org/news/).
-Derived dataset prepared by[ Wikimedia Enterprise](https://enterprise.wikimedia.com/). Wikipedia and Wikimedia Enterprise are registered trademarks of the[ Wikimedia Foundation, Inc.](https://www.wikimediafoundation.org/), a non-profit organization.
+There is also a community article about why Wikimedia data matters for ML on the Hugging Face blog. It highlights that Wikimedia data is rich and diverse, multimodal, community-curated, and openly licensed: [Wikimedia data matters for ML](https://huggingface.co/blog/wikimedia).
-For more information, see [dumps licensing information](https://dumps.wikimedia.org/legal.html) and [Wikimedia Enterprise Terms](https://enterprise.wikimedia.com/terms/).
+## Discussion of Biases
-### Citation Information
-```
+While consciously trying to present an editorially neutral point of view, Wikipedia’s content reflects [the biases of the society it comes from](https://wikimediafoundation.org/our-work/open-the-knowledge/otk-change-the-stats/). This includes various gaps, notably in both [the proportion of biographies of women and the proportion of editors who identify as women](https://wikimediafoundation.org/our-work/open-the-knowledge/wikipedia-needs-more-women/). Other significant gaps include linguistic accessibility, technical accessibility, and censorship.
+
+Because the content is written by its readers, ensuring the widest possible access to the content is crucial to reducing the biases of the content itself. There is continuous work to redress these biases through various social and technical efforts, both centrally and at the grassroots level around the world.
+
+## Other Known Limitations
+
+This is a beta version. The following limitations may apply:
+
+- A small percentage of duplicated, deleted, or missed articles may be part of the snapshot. Duplicates can be filtered out by looking at the highest `version.identifier`, which represents the most up-to-date revision of the article.
+- Revision discrepancies may occur due to limitations with long articles.
+- JSON-encoded volatile fields: to maintain a stable and unified schema across all shards, highly polymorphic fields such as `infoboxes`, `tables`, and `references.metadata` are stored as JSON-serialized strings. This prevents schema collisions caused by the unpredictable structure of Wikipedia templates. Users should apply `json.loads()` to these columns during preprocessing.
+- Nesting depth caps: Wikipedia’s hierarchical section structure can exceed the recursion limits of many columnar data tools. To ensure the files are loadable by standard libraries, deeply nested structures are flattened or JSON-encoded.
+
+Please let us know if there are other limitations that are not covered above.
+
+# Additional Information
+
+## Dataset Curators
+
+This dataset was created by the [Wikimedia Enterprise](https://enterprise.wikimedia.com/about/) team of the [Wikimedia Foundation](https://wikimediafoundation.org/) as part of the Structured contents initiative.
+
+## Attribution Information
+
+Attribution is essential to honor the open licenses governing Wikimedia’s community-driven content. It is also essential for fair acknowledgment and active awareness of Wikimedia’s community-driven content, and it is a key factor in the continued growth and sustainability of the free knowledge ecosystem.
+
+Reusers of Wikimedia content can provide relevant, up-to-date, and carefully curated content for their audiences while also helping to keep the circle of free, human-produced knowledge alive by protecting trust, ensuring transparency, and fostering participation.
+
+The [Wikimedia Attribution Framework](https://meta.wikimedia.org/wiki/Wikimedia_Attribution_Framework) provides guidelines that data reusers can follow to ensure that sources remain clear, recognizable, and consistent in external contexts. We recommend visiting the [Reuse Scenarios section](https://meta.wikimedia.org/wiki/Wikimedia_Attribution_Framework/Reuse_Scenarios) to learn how to attribute Wikimedia content according to your use case.
+
+Below is a simple overview of the main attribution signals that can be used when attributing Wikimedia content in line with its license and where those signals can be found in this dataset.
+
+### Essential Signals
+
+- **[Source](https://wikimedia-attribution.toolforge.org/attribution-signals/source.html):** State the project, for example “English Wikipedia,” using the `is_part_of.url` or `is_part_of.identifier` field.
+- **[Title](https://wikimedia-attribution.toolforge.org/attribution-signals/title.html):** The title of a page can be derived from its URL or found in the `name` field.
+- **[Link](https://wikimedia-attribution.toolforge.org/attribution-signals/link.html):** The link to the Wikipedia page itself can be found in the `url` field. You can use the `name` field and hyperlink it to the URL.
+- **[Credit](https://wikimedia-attribution.toolforge.org/attribution-signals/credit.html):** This dataset does not include individual author metadata for images. To satisfy licensing, ensure that the Wikipedia URL is immediately accessible so users can find the original author and license on Wikimedia Commons, or ideally add this metadata yourself.
+- **[License](https://wikimedia-attribution.toolforge.org/attribution-signals/license.html):** The license of the data being surfaced can be found in the `license` field. Be aware that data from linked URLs in this dataset may have a different license, for example media files from Wikimedia Commons that are often linked from Wikipedia articles.
+- **[Modification](https://wikimedia-attribution.toolforge.org/attribution-signals/modification-disclaimer.html):** Clearly state if the content has been modified, summarized, transformed, or aggregated.
+- **[Brand mark](https://wikimedia-attribution.toolforge.org/attribution-signals/brand-mark.html):** Use official Wikimedia visual identity where appropriate for quick recognition. See also the [Wikimedia Foundation Visual Identity Guidelines](https://foundation.wikimedia.org/wiki/Legal:Visual_identity_guidelines).
+
+Example:
+
+>
Source: [NASA](https://en.wikipedia.org/wiki/NASA) on English Wikipedia, [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
+
+### Beyond the Basics: Trust & Relevance and Ecosystem Growth signals
+
+We encourage reusers to go beyond legal minimums by surfacing [Trust & Relevance signals](https://wikimedia-attribution.toolforge.org/attribution-signals/overview.html#trust-and-relevance-signals), such as Contributor counts, Reference counts, and Last-updated timestamps, etc. These signals tell your users that the information is backed by a living, collaborative community of human editors.
+
+[Ecosystem growth signals](https://wikimedia-attribution.toolforge.org/attribution-signals/overview.html#ecosystem-growth-signals) are designed to sustain the cycle of free knowledge by inviting users to participate or donate to Wikimedia projects.
+
+## Tools & Resources
+
+- [Wikimedia Attribution Framework](https://wikimedia-attribution.toolforge.org/): Detailed guidelines for various reuse scenarios (Search, AI, Social Media).
+- [Attribution API](https://www.mediawiki.org/wiki/Attribution_API): A developer-friendly tool to programmatically fetch rich attribution signals not included in this static snapshot.
+- Read more: [A Better Way to Give Credit: Introducing the Wikimedia Attribution Framework and API](https://diff.wikimedia.org/2026/05/18/a-better-way-to-give-credit-introducing-the-wikimedia-attribution-framework-and-api/)
+- Support: To request a brand attribution walkthrough or a customized solution, contact [brandattribution@wikimedia.org](mailto:brandattribution@wikimedia.org).
+
+## Citation Information
+
+If you are using this dataset for research, model training, or benchmarking, please cite this specific distribution so others can reproduce your work.
+
+General citation:
+
+> Wikimedia Enterprise Structured Contents Dataset (2026), English and French editions. Distributed by Wikimedia Enterprise, via Hugging Face.
+
+```bibtex
@ONLINE{structured-wikipedia,
author = {Wikimedia Enterprise, Wikimedia Foundation},
- title = {Structured Wikipedia},
- month = {sep},
- year= {2024}
+ title = {Structured Contents Wikipedia},
+ month = {may},
+ year = {2026}
}
-```
\ No newline at end of file
+```
+
diff --git a/enwiki/data/enwiki_namespace_0_0.parquet b/enwiki/data/enwiki_namespace_0_0.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a54ed1dba7f715df53f340de8a43681b080e2e61
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_0.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01ab27e42ee0e40323f85e9b12d013ddb25997d0292d1cd646b5db7c86bf97b2
+size 370923742
diff --git a/enwiki/data/enwiki_namespace_0_1.parquet b/enwiki/data/enwiki_namespace_0_1.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e31ee91e5d20e615835e000e0903a0a137d52b92
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_1.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4702dc81aad8f60d6e89abefa8bef3c0ab53d99ae7836c818ccef3d254a941a8
+size 429028743
diff --git a/enwiki/data/enwiki_namespace_0_10.parquet b/enwiki/data/enwiki_namespace_0_10.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ae1f418678f0d044e1afea4c68b34fc9026d554c
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_10.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:379ed6c6ec88bd27aef1e95ff6878d6efb09d2de5d4f2eb508bfbf4f4c65e48a
+size 444718954
diff --git a/enwiki/data/enwiki_namespace_0_11.parquet b/enwiki/data/enwiki_namespace_0_11.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..abeb507f8ba70b3b0ab25031e6b824ee689b1a54
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_11.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5089ae73e157787c14fc91ea80d3c3276cf3d4a3d1c668376a45fd21e4336a49
+size 446669838
diff --git a/enwiki/data/enwiki_namespace_0_12.parquet b/enwiki/data/enwiki_namespace_0_12.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..c95522885a2450ba4ae5bb82792f93075040b2bc
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_12.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b40f1807122c4bbfa8d84bd187aa78131fab03ef97bf81906b596c781a0d1855
+size 445875575
diff --git a/enwiki/data/enwiki_namespace_0_13.parquet b/enwiki/data/enwiki_namespace_0_13.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..62194e2b56b95a675e5078e9bb893baeb4027d24
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_13.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e072459529351a937481497f49c0c2d5ff033297c9b2ceb3382b280cd06d6996
+size 442068643
diff --git a/enwiki/data/enwiki_namespace_0_14.parquet b/enwiki/data/enwiki_namespace_0_14.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..c3519deec17595ee992eeb77996b2f700223e0e2
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_14.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cc7ee38a40c04b05cf2b2b660071882615ac43e912af39d26f7970f1d02d163
+size 437097398
diff --git a/enwiki/data/enwiki_namespace_0_15.parquet b/enwiki/data/enwiki_namespace_0_15.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..4bace861802c1be497834ebd865acbf2349aea98
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_15.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5589e70d1417473d584d873562968a7fadeeb2c788235a65f3c5e8cee7a9e8d9
+size 441295142
diff --git a/enwiki/data/enwiki_namespace_0_16.parquet b/enwiki/data/enwiki_namespace_0_16.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..c3cf61e0de04f98b54d5cfad33f53e2787c4a03f
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_16.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca59cf6295aad9ba5d471a4fd98dde7a87673331fee920243119beee188b2e27
+size 442139129
diff --git a/enwiki/data/enwiki_namespace_0_17.parquet b/enwiki/data/enwiki_namespace_0_17.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..66f42ab778d7d4bc292150b755cfe6af0d40449b
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_17.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b5e53c7a30c599a45f627c1011295d563bd6b6e2db07285c4571087391eab25
+size 441791981
diff --git a/enwiki/data/enwiki_namespace_0_18.parquet b/enwiki/data/enwiki_namespace_0_18.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..edf15c39ac659b30d8170f87406c228647f05e16
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_18.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e5ed930d59a9c4230554740071fa436329d82ebdb0d081ff524b6994444a4ce
+size 437820011
diff --git a/enwiki/data/enwiki_namespace_0_19.parquet b/enwiki/data/enwiki_namespace_0_19.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..41f5954f7ee95afc6f81a0e1234127eece186906
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_19.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:988b9e862ed1fe10990f476a9fb7b6e7f2072cdcc5c2762d02484cc88ef59e72
+size 443416112
diff --git a/enwiki/data/enwiki_namespace_0_2.parquet b/enwiki/data/enwiki_namespace_0_2.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..97516b477c86ace9f0e144048ab68f58568902c2
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_2.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:564f5f46ab0fb5fba8cf2e11cb695a413598760a62cd7d41035cfeffbb5b4644
+size 428338297
diff --git a/enwiki/data/enwiki_namespace_0_20.parquet b/enwiki/data/enwiki_namespace_0_20.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a6d78e41c8a383319f6da001d420c44441025808
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_20.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f38e1e217dfa055c1626a3b15db98aa06a3ed5e0a460017d31741d4534825393
+size 430480525
diff --git a/enwiki/data/enwiki_namespace_0_21.parquet b/enwiki/data/enwiki_namespace_0_21.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..436135f58be3fcbf5795603000d75d1c05269c11
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_21.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a6d8f9561424a98ebf9a1ee730b282ec6c7c1b548a05747f0ca91385f21ae4d
+size 430675715
diff --git a/enwiki/data/enwiki_namespace_0_22.parquet b/enwiki/data/enwiki_namespace_0_22.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..10472d771c8ae02c00c4ff0cc708e93829c292b5
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_22.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18d8111c071ef2c2dc9e8ed9da70b8d509fa609dfcdcf302630b8af9424b93cf
+size 431221007
diff --git a/enwiki/data/enwiki_namespace_0_23.parquet b/enwiki/data/enwiki_namespace_0_23.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ad781dc6b104c7025590806f04cab5d637aa0a3d
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_23.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63f7109b6e663a85746fc0b7cda0f4550e2d2fd548797a307019dc6c1f749edb
+size 434174485
diff --git a/enwiki/data/enwiki_namespace_0_24.parquet b/enwiki/data/enwiki_namespace_0_24.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..d1b3ee50d0112a8e82c2b57e24e670fd4c428046
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_24.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb4c083e77af95828855c6e80446ea3ee63a23f8e3796d90c56fc47ad66f8899
+size 436017866
diff --git a/enwiki/data/enwiki_namespace_0_25.parquet b/enwiki/data/enwiki_namespace_0_25.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..187bf51883e97f75b82f8e6fb1695d90a8325fb8
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_25.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44dc524da8583fa32f1710c91e9980c858b3e71247e33f19478b83e77e298eb3
+size 432611310
diff --git a/enwiki/data/enwiki_namespace_0_26.parquet b/enwiki/data/enwiki_namespace_0_26.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a017b6e5f19e20f5a6cdbf6ee06ef414127a6d28
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_26.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3fe54f6fbfd0415a0e8c8581f065c4d2ba932666b81255353fe3c36f64019334
+size 441283808
diff --git a/enwiki/data/enwiki_namespace_0_27.parquet b/enwiki/data/enwiki_namespace_0_27.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..40bfaef07ea0a01cf13f3c2e7a737b11225a5428
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_27.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbe2283a475bfc0061507d02df1235f36b38f5b77e243c836a90a1f637b43471
+size 445056251
diff --git a/enwiki/data/enwiki_namespace_0_28.parquet b/enwiki/data/enwiki_namespace_0_28.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..dd0c3ba01db9cbf3315953b14f4c39b76a82e4fa
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_28.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:506cf19b1ad478e76190b42316133f73834810377f370c2e8e5ba208149013e4
+size 445421246
diff --git a/enwiki/data/enwiki_namespace_0_29.parquet b/enwiki/data/enwiki_namespace_0_29.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..71bb12098766f3b1ecabf5e7ce1e527c8a5b9d17
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_29.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18a3e7d9506847868aecff3a9ff71a00ed68d74be5997c2ecfc780be335a8107
+size 446947091
diff --git a/enwiki/data/enwiki_namespace_0_3.parquet b/enwiki/data/enwiki_namespace_0_3.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..9879ad1dfd796c82f136df6eb08a462a6b17ec6a
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_3.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e403875174f5a3b71c02bd8b9e62cac7f8a949b201b1f565890b02040bb3c0a2
+size 428282782
diff --git a/enwiki/data/enwiki_namespace_0_30.parquet b/enwiki/data/enwiki_namespace_0_30.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..f212975f5a85d710b5ac96821a2fab98dfa14823
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_30.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6749fd3899a5f82116f585d64849ea06a672e5d9eb815f2d035bbb87cdbc8cb6
+size 445876351
diff --git a/enwiki/data/enwiki_namespace_0_31.parquet b/enwiki/data/enwiki_namespace_0_31.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b8afdd8511b33cd47507a3a73ddc9c237e8f002b
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_31.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9b88ddf1b682d55d26833f9f1031e4be91d75cb7afb944369a2893bc947caa1
+size 446479576
diff --git a/enwiki/data/enwiki_namespace_0_32.parquet b/enwiki/data/enwiki_namespace_0_32.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e277819824cf4a7d66f2033a3fc9b2985e0a5f29
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_32.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bdab3fca890c08bdd812c0f48e0a1cbbafe5ec1e3dce100c14ff405f3cae99d9
+size 435723909
diff --git a/enwiki/data/enwiki_namespace_0_33.parquet b/enwiki/data/enwiki_namespace_0_33.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..09e06ec6c85a5eb5c9f7054e303bb2a89c0282aa
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_33.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:938bd35d2744191dabcf5bb799fadf00ed966e5ec1931299f04a1721f6e6ad1c
+size 425479545
diff --git a/enwiki/data/enwiki_namespace_0_34.parquet b/enwiki/data/enwiki_namespace_0_34.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..4a81fff3d47ce4b2d64c47f8960ee508f07bbe7e
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_34.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:318ef200da03b8ab9cffd2e0b8f8f1b5f462135493170afb692f996d67b129dd
+size 434872787
diff --git a/enwiki/data/enwiki_namespace_0_35.parquet b/enwiki/data/enwiki_namespace_0_35.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e502e1b1bebd6a34d2a963b8ce6732de0f04bbd8
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_35.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2ca66c1eabd89e75f979c0d09332081baa8419d3966009f2c7c90b16596fd0f
+size 447066820
diff --git a/enwiki/data/enwiki_namespace_0_36.parquet b/enwiki/data/enwiki_namespace_0_36.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..d5da9b8adfc7b223833455d5d2f8cc41c3fb3fff
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_36.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b7d17ada5eba446b6e239ff6903f363195fdb3c67f2cd25aae2f4bffbe8b5ff
+size 448596212
diff --git a/enwiki/data/enwiki_namespace_0_37.parquet b/enwiki/data/enwiki_namespace_0_37.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..45bd5e276c80def51eff283c3a6b4fd7b0d54afd
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_37.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39ec5cf3a8db086de9771ce0a2449862ec8713a1e03e3b936061cf05c0ff01cd
+size 437513651
diff --git a/enwiki/data/enwiki_namespace_0_38.parquet b/enwiki/data/enwiki_namespace_0_38.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..32e3097d085acb553b1b64bd1035042b35629704
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_38.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39219cf0bcd0bb86293517a112f5988356d25232d7d11242087bba2e95b09fa4
+size 431987937
diff --git a/enwiki/data/enwiki_namespace_0_39.parquet b/enwiki/data/enwiki_namespace_0_39.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..3741e71fcc82e2ee3bdb84d62c1c4cb92786c61e
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_39.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01cb991e564a5bc808c25a2390ec7c0f0b0c51324f6cb49bf07ee2f5384faeb2
+size 443049742
diff --git a/enwiki/data/enwiki_namespace_0_4.parquet b/enwiki/data/enwiki_namespace_0_4.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a655c934ef05f13b3a16556e23f8654c94a3267d
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_4.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ace1cb150b7d25f11bdf15daa30f24cdeaf03f04af7e2254b20f3ffcc4e6f21f
+size 433170841
diff --git a/enwiki/data/enwiki_namespace_0_40.parquet b/enwiki/data/enwiki_namespace_0_40.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..1ccc3a5783698e2655b877cad62e4a1205bfd08c
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_40.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63b99b9b2b3fe9e72c84390a6203af39b2973675720a7e9bbce8a5540af50352
+size 447711645
diff --git a/enwiki/data/enwiki_namespace_0_41.parquet b/enwiki/data/enwiki_namespace_0_41.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..277daefa851a3e08ccda030d888844329135b885
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_41.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3bce16cddd9a39ca08596b446267d085b89e821d7128a0ec0ee9649d0f13e133
+size 443054352
diff --git a/enwiki/data/enwiki_namespace_0_42.parquet b/enwiki/data/enwiki_namespace_0_42.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..30565d883b4aa729559f5b2c9c5c61485fc0a27b
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_42.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a37523e1e51e61904468eeabc7fddddb23b90673e6ed807c810cceaad4c1ed0
+size 434391411
diff --git a/enwiki/data/enwiki_namespace_0_43.parquet b/enwiki/data/enwiki_namespace_0_43.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e4bac7a5cf06ff28fe9035cb2c0bc51cb7d6b
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_43.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7831a268609a615a6c5ec17e9c056b1b799779618d211be26d00f9bd956788ee
+size 439557550
diff --git a/enwiki/data/enwiki_namespace_0_44.parquet b/enwiki/data/enwiki_namespace_0_44.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ebded4427743737b17b98510bf89b4d3ce79b87f
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_44.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6118af837abe026045693a5e292b72735c38170960f0590a2255eba346ef7595
+size 437528245
diff --git a/enwiki/data/enwiki_namespace_0_45.parquet b/enwiki/data/enwiki_namespace_0_45.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..99834847856e09951be7b627766c5d6797179d43
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_45.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0aae0cd1308e7b976362136681a2fcf3a5a13a11cf9fd34b96c0943bf949dd6e
+size 435014959
diff --git a/enwiki/data/enwiki_namespace_0_46.parquet b/enwiki/data/enwiki_namespace_0_46.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..bba204c8ad6bb66207e283268eb40e7c3098ef38
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_46.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:436f2bd88053fe4ff9f65a74ed11ceae72af4db68d8a7a486deb3c6b2a12df72
+size 445386513
diff --git a/enwiki/data/enwiki_namespace_0_47.parquet b/enwiki/data/enwiki_namespace_0_47.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e1e1f9f08cb632d883e73f2927fab4244c02a951
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_47.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c96110b00835161486f9de752f2763168e58622bfec23ea06746699d9179cfcf
+size 448810392
diff --git a/enwiki/data/enwiki_namespace_0_48.parquet b/enwiki/data/enwiki_namespace_0_48.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..297441c7209577855df19833792994820afdec33
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_48.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:012712fa1011e1c60afc75b80458b073b286cb3c5ad21c7c5f5ad381ff2762ed
+size 448732035
diff --git a/enwiki/data/enwiki_namespace_0_49.parquet b/enwiki/data/enwiki_namespace_0_49.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..c7b008ea682631fba6aae1043959ee072987a223
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_49.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5461185cf1e600f84c1004ec67a111de8c9d99973929e1ebfa15455ac0c925c
+size 443772758
diff --git a/enwiki/data/enwiki_namespace_0_5.parquet b/enwiki/data/enwiki_namespace_0_5.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..00bedf1c204c1351f25d8adce80c681e159d6dd5
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_5.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:834a7645f6354990a697f70a375a095ac82cef4b1b6c4e6f695a879cd77fb1d1
+size 435219197
diff --git a/enwiki/data/enwiki_namespace_0_50.parquet b/enwiki/data/enwiki_namespace_0_50.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..00ec655f514c19eab4c74e01a4775ae26834c0ad
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_50.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:648b938ec94f2bf58ba920800776d52d0311ec3764c4c8b0cab10971e81158c2
+size 444631476
diff --git a/enwiki/data/enwiki_namespace_0_51.parquet b/enwiki/data/enwiki_namespace_0_51.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..303058a6f1fc4ae6d05472dfe90ed5e88ed68870
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_51.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d78e758ca7e86012e743af20da353ea8bbefd0e0b82b6a913edf55e50fe2b873
+size 448315681
diff --git a/enwiki/data/enwiki_namespace_0_52.parquet b/enwiki/data/enwiki_namespace_0_52.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..2a5870323cd44d048e971442adbdc5884b4309a6
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_52.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d0a45d78c38363ebfd0cf2aa0fad098d62a8a3a2eb99a594a4a2759aeea20cf
+size 448300645
diff --git a/enwiki/data/enwiki_namespace_0_53.parquet b/enwiki/data/enwiki_namespace_0_53.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..d5cc491b1543a1a62bb3059e48aece6c556f699c
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_53.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b3f83613949d4f40fd8c8ae483b5d7bab5adcbd3b7dea42b57ffcd910a66f3c
+size 445280333
diff --git a/enwiki/data/enwiki_namespace_0_54.parquet b/enwiki/data/enwiki_namespace_0_54.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ae354e8a5cc9ad6cf47e1f57f2049b69f43d5f98
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_54.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c9a42960418447d610d73f8acdb0bb65468899d6bf963965036cd06a7f4761cf
+size 444978557
diff --git a/enwiki/data/enwiki_namespace_0_55.parquet b/enwiki/data/enwiki_namespace_0_55.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..cc6e5a339b435500b1420919e9ccaa3bf83e5b62
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_55.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:261899a374a6b465ebae1dcc61299f17c3fd6ff21f945484c4645ab8528a8d8c
+size 444746138
diff --git a/enwiki/data/enwiki_namespace_0_56.parquet b/enwiki/data/enwiki_namespace_0_56.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..5844d0f6ec62f878009d88965e29396292289aac
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_56.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb522d9e60a446cdc9165a3f52475866bf5abcbf05b69da4aa81447390e2ec26
+size 448135511
diff --git a/enwiki/data/enwiki_namespace_0_57.parquet b/enwiki/data/enwiki_namespace_0_57.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..398d5c73e683410c9249593ee8d77aecb2e08a10
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_57.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9df1a07e70777ccd39eb17c0a01bbd439a0d20658d5b5a5eb3f3f1072fdb31ae
+size 450623668
diff --git a/enwiki/data/enwiki_namespace_0_58.parquet b/enwiki/data/enwiki_namespace_0_58.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b10578ae6571c0d7e9a08c91da2b2e3ed5cb3905
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_58.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:258d429054602dda31de5e50796a1c74febdd45c9be1ec61f1e34b80d17cf654
+size 448662820
diff --git a/enwiki/data/enwiki_namespace_0_59.parquet b/enwiki/data/enwiki_namespace_0_59.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..79d5e999db2e20305eebb1fa88cbe5c9ce741c3f
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_59.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e1a70735e609a7938ec8be08743158008bc40828b18eb1b8412a872b6f7db9bc
+size 448613071
diff --git a/enwiki/data/enwiki_namespace_0_6.parquet b/enwiki/data/enwiki_namespace_0_6.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..9304e936f88a75defe127dac68316db67c9987f1
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_6.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:676f48710e7237d7d048c7dd3f8e7581b5066c05dec47628b99e4f2186f22d23
+size 430356099
diff --git a/enwiki/data/enwiki_namespace_0_60.parquet b/enwiki/data/enwiki_namespace_0_60.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..f149babc8065c846623ee2e81e945149d3680bb7
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_60.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5325524c4a7050bc72a424a93ee5d21663855e09bdb460ead5a9011a4c475aac
+size 447725166
diff --git a/enwiki/data/enwiki_namespace_0_61.parquet b/enwiki/data/enwiki_namespace_0_61.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..f9bb7c0f3d3e9bb0e40c2dd7fc66e009218014e1
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_61.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:58ac472d035b2ce9df47547ed83b09a7ae2b12097a3339dac100489bedd0d44a
+size 447319911
diff --git a/enwiki/data/enwiki_namespace_0_62.parquet b/enwiki/data/enwiki_namespace_0_62.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..c4d337290398feb385221b45214707f0181ad8cd
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_62.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2057de535818d3e20e6fa46bdb3a8244decc5484729f933ead3a89b9f17d0d8e
+size 445957532
diff --git a/enwiki/data/enwiki_namespace_0_63.parquet b/enwiki/data/enwiki_namespace_0_63.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..4efbee951e6404a45d417fc7705069b1737d2e26
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_63.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86224e7070b1ca00737f0322d9d8f0a923599b3eeb5f6a13415ac622b643f241
+size 448584789
diff --git a/enwiki/data/enwiki_namespace_0_64.parquet b/enwiki/data/enwiki_namespace_0_64.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..2866606f6f62fc8722167ecbd6beee8d808043cb
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_64.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ac0922843bb3d3af142d96d8971fdf7a712ed6a76838a81042eec58d14d31136
+size 448509479
diff --git a/enwiki/data/enwiki_namespace_0_65.parquet b/enwiki/data/enwiki_namespace_0_65.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..982f9b658ca0b79b112577dfff9cbd4e00ff94b4
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_65.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e9d0c7bd60407b914d07a4c932eda295a02c42cdea08543549677f6f6a1ec0e
+size 448478965
diff --git a/enwiki/data/enwiki_namespace_0_66.parquet b/enwiki/data/enwiki_namespace_0_66.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..d979be393c0e7b63f0e1d102a0cadd084d6c6c26
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_66.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73e7035f8a1d980e5b40216ab50144903d10b7d9b4f5187d870c2493eff01d05
+size 448747672
diff --git a/enwiki/data/enwiki_namespace_0_67.parquet b/enwiki/data/enwiki_namespace_0_67.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..6f3527bb4e92c22b39ca7f7e9f19ad45b0d5ab74
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_67.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e30ad8ab77e35890391600b5e7d1b98e47bb6ff1049dae5fef6adb7a96bd39c
+size 448043786
diff --git a/enwiki/data/enwiki_namespace_0_68.parquet b/enwiki/data/enwiki_namespace_0_68.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..2d330b2e49b3eedb2acf69c53c1dfc60e27c9f12
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_68.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14d19d6f73627511528c576e22a360773c3e71938aabc83ca6acf64587e9d1fa
+size 449782560
diff --git a/enwiki/data/enwiki_namespace_0_69.parquet b/enwiki/data/enwiki_namespace_0_69.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a585a25b0de6d7d1df49b0304410fcb84d13b367
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_69.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09383402e2365a4d6dbec202f4f45071b316757dd415cf9f09b7737fdecbf609
+size 445233989
diff --git a/enwiki/data/enwiki_namespace_0_7.parquet b/enwiki/data/enwiki_namespace_0_7.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..763755e9cbc30053ba2cb834185d4f95b13eddce
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_7.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ca155b7d9a4b1e40643b03413e52c6ae46fb9fb19502076921326d2b751b5db
+size 437554221
diff --git a/enwiki/data/enwiki_namespace_0_70.parquet b/enwiki/data/enwiki_namespace_0_70.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..5dd5502bdae8dadfd9b5086b8b1bc9be50c7dc9c
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_70.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b0a0a590bba790e518769d029105c9a9798532dffb83543ea24c8fb5c2a54e3
+size 442883500
diff --git a/enwiki/data/enwiki_namespace_0_71.parquet b/enwiki/data/enwiki_namespace_0_71.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..40a11b47e4b7062306cb882ab3d1c1aa299a3de5
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_71.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc6ec7a957c71a6eda0f64fb8189d22f5ec305731b4bee975a25d4eb12e7c411
+size 421282148
diff --git a/enwiki/data/enwiki_namespace_0_72.parquet b/enwiki/data/enwiki_namespace_0_72.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..0a3801a6f1dae665c997694ba7f1a464d3b08591
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_72.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d2435fc0249afda1150c6553c4097527d7ddc77c86b98047e2ec5ef0ece56ba
+size 420639046
diff --git a/enwiki/data/enwiki_namespace_0_73.parquet b/enwiki/data/enwiki_namespace_0_73.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..8163e7219326ae44009b5c7f65afa7e7343b6c6a
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_73.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84aacf9234ea7ada625ba6166a04b48b44814f284011223180d5b0b0a3c3ddbb
+size 419176071
diff --git a/enwiki/data/enwiki_namespace_0_74.parquet b/enwiki/data/enwiki_namespace_0_74.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..87fb72c05681a4f40bb39f6a70d17044f24b4870
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_74.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a96f2f184ee55866cd53f10152a77595de1249775dc0068115dc1e23505c8fd
+size 419235106
diff --git a/enwiki/data/enwiki_namespace_0_75.parquet b/enwiki/data/enwiki_namespace_0_75.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..fde5ec98e22b0f11d6f448fbf73bb276197229d0
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_75.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2108326ecc1684d1177e3d59e204776060b29f47334a2777f3a983f4fb7521f5
+size 412241948
diff --git a/enwiki/data/enwiki_namespace_0_76.parquet b/enwiki/data/enwiki_namespace_0_76.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..39a66222d39c06bd25a8577320fffc44c54082bf
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_76.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24aa4d988c88915b9e2856bc779f53d7518cea75f7d2dd61524dd7fbc20d2215
+size 422467884
diff --git a/enwiki/data/enwiki_namespace_0_77.parquet b/enwiki/data/enwiki_namespace_0_77.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ba2b109ab25a0ccc0969974179c6d7b988490112
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_77.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb342ed969d0d7fb41a477a998f1e5d0d7fde9765a0a5177c8f4a22aa89226e4
+size 418997383
diff --git a/enwiki/data/enwiki_namespace_0_78.parquet b/enwiki/data/enwiki_namespace_0_78.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..865525feefaba94573e7c44b025feacec49892fa
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_78.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ddd36dae642965175c6e4f6238e57d26325ceb034b3ccf4298561f4b5504e11e
+size 416321147
diff --git a/enwiki/data/enwiki_namespace_0_79.parquet b/enwiki/data/enwiki_namespace_0_79.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..fbc15a34f4a6f517c2bacabfb1c384fd0b9fba72
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_79.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce7dd44f301e4f84070245fa08b0aa49826552db848cdc75f633f5827d657367
+size 418735885
diff --git a/enwiki/data/enwiki_namespace_0_8.parquet b/enwiki/data/enwiki_namespace_0_8.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..bdfe599c507ce7c654157286ffb6b6cc0b6e334c
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_8.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c61fcacd385c34114acf812060011369287ae5189bbbd671a3e3d10c1811a03b
+size 439503004
diff --git a/enwiki/data/enwiki_namespace_0_80.parquet b/enwiki/data/enwiki_namespace_0_80.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..baad8a1e09f1900eb0c4aa55d658ecb17e3db580
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_80.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f987902c8f89841163862e9140c19f8f77aa6a9d0241ed9ce5083e3c1a505d72
+size 416368417
diff --git a/enwiki/data/enwiki_namespace_0_81.parquet b/enwiki/data/enwiki_namespace_0_81.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..d94317d175003b8660d97e5bc8fa620b3b7eef3a
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_81.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7d39390de59b95616e0536f0281bd83040b6bc0ae184f05dc20d391fafabbe45
+size 417268549
diff --git a/enwiki/data/enwiki_namespace_0_82.parquet b/enwiki/data/enwiki_namespace_0_82.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..5576d782cc2eec72a39f00ddc2c586e11c481036
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_82.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b36e212b239c76f19b78cacc2bb7c8849dfd56284bad3c45d9ea5567d52bc983
+size 410881656
diff --git a/enwiki/data/enwiki_namespace_0_83.parquet b/enwiki/data/enwiki_namespace_0_83.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..3d9556548a216f22c25711b5eac7233d3244771f
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_83.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2274643a196b65ce4294bb4fc09fdfa1d2ba123dc062374ef6420e0e56e2e14
+size 414373426
diff --git a/enwiki/data/enwiki_namespace_0_84.parquet b/enwiki/data/enwiki_namespace_0_84.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b6ced73b6b085d90d8e3366042cc1102fcd2c744
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_84.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b1cf1446501f855e7ad73f2da82dd2ec8db666ebc998c5fed3298f2a9f1e994
+size 387612765
diff --git a/enwiki/data/enwiki_namespace_0_85.parquet b/enwiki/data/enwiki_namespace_0_85.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a782765dd91e93b79ea9a054406f8fee204e67b4
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_85.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3e80668bc6f7ad8e513e3a68e9e3c67d1ee35fa2c1ba8cfe8f17ef269a43b61
+size 60449470
diff --git a/enwiki/data/enwiki_namespace_0_9.parquet b/enwiki/data/enwiki_namespace_0_9.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e3889015533a5b6dddff4e7d3fa4455e42f55e73
--- /dev/null
+++ b/enwiki/data/enwiki_namespace_0_9.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:59b93c07a2657272c5fc1908c67a34664bc281e9fbff3cd8b800a10f89445c63
+size 444371141
diff --git a/enwiki/schema.json b/enwiki/schema.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d0f5101d936551ba3caa6da0c2fcfd474633f21
--- /dev/null
+++ b/enwiki/schema.json
@@ -0,0 +1,26 @@
+{
+ "version": 1,
+ "num_fields": 19,
+ "field_names": [
+ "abstract",
+ "additional_entities",
+ "date_created",
+ "date_modified",
+ "description",
+ "event",
+ "identifier",
+ "image",
+ "in_language",
+ "infoboxes",
+ "is_part_of",
+ "license",
+ "main_entity",
+ "name",
+ "references",
+ "sections",
+ "tables",
+ "url",
+ "version"
+ ],
+ "arrow_ipc_hex": "ffffffffc01100001000000000000a000c000600050008000a000000000104000c0000000800080000000400080000000400000013000000601100003c10000000100000c80f0000980f0000380e0000000e00003c0d0000dc0c0000ac0c0000240c0000480b0000c00a0000940a0000a407000074070000480700002007000004000000fceeffff0000010d4000000048000000040000000c000000d8060000840400004c04000014040000dc030000a8030000700300004403000000030000fc0000006c000000140000000700000076657273696f6e0018efffff54efffff0000010c140000001c00000004000000010000001400000004000000746167730000000044efffff80efffff000001051000000018000000040000000000000007000000656c656d656e74006cefffffa8efffff0000010d1800000020000000040000000200000048000000140000000400000073697a65000000009cefffffd8efffff00000102100000001800000004000000000000000500000076616c756500000018f2ffff000000014000000008f0ffff00000105100000001c000000040000000000000009000000756e69745f74657874000000f8efffff34f0ffff0000010d1c0000002400000004000000030000007801000004010000140000000600000073636f72657300002cf0ffff68f0ffff0000010d18000000240000000400000002000000a8000000180000000a0000007265766572747269736b000060f0ffff9cf0ffff0000010d1800000024000000040000000200000048000000180000000b00000070726f626162696c6974790094f0ffffd0f0ffff000001031000000018000000040000000000000004000000747275650000000012f2ffff00000200fcf0ffff00000103100000001800000004000000000000000500000066616c73650000003ef2ffff0000020028f1ffff00000106100000001c00000004000000000000000a00000070726564696374696f6e000018f1ffff54f1ffff0000010d140000002400000004000000010000001c0000000d0000007265666572656e63657269736b0000004cf1ffff88f1ffff0000010310000000280000000400000000000000140000007265666572656e63655f7269736b5f73636f726500000000daf2ffff00000200c4f1ffff0000010d140000002400000004000000010000001c0000000d0000007265666572656e63656e656564000000bcf1fffff8f1ffff0000010310000000280000000400000000000000140000007265666572656e63655f6e6565645f73636f7265000000004af3ffff0000020034f2ffff0000010210000000280000000400000000000000140000006e756d6265725f6f665f636861726163746572730000000084f4ffff000000014000000074f2ffff0000010610000000180000000400000000000000070000006e6f696e6465780060f2ffff9cf2ffff0000010510000000240000000400000000000000100000006d61696e74656e616e63655f746167730000000094f2ffffd0f2ffff00000106100000002000000004000000000000000d00000069735f6d696e6f725f65646974000000c4f2ffff00f3ffff00000106100000002400000004000000000000001100000069735f666c61676765645f737461626c65000000f8f2ffff34f3ffff00000106100000002400000004000000000000001000000069735f627265616b696e675f6e657773000000002cf3ffff68f3ffff00000102100000001c00000004000000000000000a0000006964656e7469666965720000acf5ffff00000001400000009cf3ffff0000010d3800000040000000040000000a00000004020000cc010000740100003c01000004010000d4000000a000000074000000400000001400000006000000656469746f720000b0f3ffffecf3ffff0000010510000000180000000400000000000000040000006e616d6500000000d8f3ffff14f4ffff00000106100000002000000004000000000000000c00000069735f706174726f6c6c65720000000008f4ffff44f4ffff00000106100000001800000004000000000000000600000069735f626f74000030f4ffff6cf4ffff00000106100000002000000004000000000000000c00000069735f616e6f6e796d6f75730000000060f4ffff9cf4ffff00000106100000001c00000004000000000000000800000069735f61646d696e000000008cf4ffffc8f4ffff00000102100000001c00000004000000000000000a0000006964656e74696669657200000cf7ffff0000000140000000fcf4ffff0000010610000000240000000400000000000000130000006861735f616476616e6365645f72696768747300f4f4ffff30f5ffff0000010c140000001c0000000400000001000000140000000600000067726f757073000020f5ffff5cf5ffff000001051000000018000000040000000000000007000000656c656d656e740048f5ffff84f5ffff00000102100000001c00000004000000000000000a000000656469745f636f756e740000c8f7ffff0000000140000000b8f5ffff0000010a100000002000000004000000000000000c000000646174655f737461727465640000000002f7ffff00000100ecf5ffff000001051000000018000000040000000000000007000000636f6d6d656e7400d8f5ffff14f6ffff00000105100000001400000004000000000000000300000075726c00fcf5ffff38f6ffff0000010510000000180000000400000000000000060000007461626c6573000024f6ffff60f6ffff00000105100000001c00000004000000000000000800000073656374696f6e730000000050f6ffff8cf6ffff0000010c14000000200000000400000001000000180000000a0000007265666572656e636573000080f6ffffbcf6ffff0000010d240000002c0000000400000005000000780200004802000044010000400000001400000007000000656c656d656e7400bcf6fffff8f6ffff0000010510000000180000000400000000000000040000007479706500000000e4f6ffff20f7ffff0000010d18000000200000000400000002000000400000001400000004000000746578740000000014f7ffff50f7ffff00000105100000001800000004000000000000000500000076616c75650000003cf7ffff78f7ffff0000010c140000001c000000040000000100000014000000050000006c696e6b7300000068f7ffffa4f7ffff0000010d180000002000000004000000020000003c0000001400000007000000656c656d656e740098f7ffffd4f7ffff00000105100000001400000004000000000000000300000075726c00bcf7fffff8f7ffff0000010510000000180000000400000000000000040000007465787400000000e4f7ffff20f8ffff0000010d18000000200000000400000002000000400000001400000006000000736f75726365000014f8ffff50f8ffff00000105100000001800000004000000000000000500000076616c75650000003cf8ffff78f8ffff0000010c140000001c000000040000000100000014000000050000006c696e6b7300000068f8ffffa4f8ffff0000010d180000002000000004000000020000003c0000001400000007000000656c656d656e740098f8ffffd4f8ffff00000105100000001400000004000000000000000300000075726c00bcf8fffff8f8ffff0000010510000000180000000400000000000000040000007465787400000000e4f8ffff20f9ffff00000105100000001c0000000400000000000000080000006d657461646174610000000010f9ffff4cf9ffff00000105100000001c00000004000000000000000a0000006964656e74696669657200003cf9ffff78f9ffff0000010510000000180000000400000000000000040000006e616d650000000064f9ffffa0f9ffff0000010d1800000024000000040000000200000040000000180000000b0000006d61696e5f656e746974790098f9ffffd4f9ffff00000105100000001400000004000000000000000300000075726c00bcf9fffff8f9ffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000e8f9ffff24faffff0000010c140000001c000000040000000100000014000000070000006c6963656e73650014faffff50faffff0000010d1c000000240000000400000003000000680000003c0000001400000007000000656c656d656e740048faffff84faffff00000105100000001400000004000000000000000300000075726c006cfaffffa8faffff0000010510000000180000000400000000000000040000006e616d650000000094faffffd0faffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000c0fafffffcfaffff0000010d1800000024000000040000000200000040000000180000000a00000069735f706172745f6f660000f4faffff30fbffff00000105100000001400000004000000000000000300000075726c0018fbffff54fbffff00000105100000001c00000004000000000000000a0000006964656e746966696572000044fbffff80fbffff00000105100000001c000000040000000000000009000000696e666f626f78657300000070fbffffacfbffff0000010d14000000200000000400000001000000180000000b000000696e5f6c616e677561676500a0fbffffdcfbffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000ccfbffff08fcffff0000010d1c0000002400000004000000030000007c000000480000001400000005000000696d61676500000000fcffff3cfcffff00000102100000001800000004000000000000000500000077696474680000007cfeffff00000001400000006cfcffff0000010210000000180000000400000000000000060000006865696768740000acfeffff00000001400000009cfcffff00000105100000001c00000004000000000000000b000000636f6e74656e745f75726c008cfcffffc8fcffff00000102100000001c00000004000000000000000a0000006964656e74696669657200000cffffff0000000140000000fcfcffff0000010d2800000030000000040000000600000014010000e0000000a0000000700000004000000014000000050000006576656e7400000000fdffff3cfdffff000001051000000018000000040000000000000004000000747970650000000028fdffff64fdffff00000105100000001c00000004000000000000000a0000006964656e746966696572000054fdffff90fdffff00000105100000001c00000004000000000000000b0000006661696c5f726561736f6e0080fdffffbcfdffff00000102100000002400000004000000000000000a0000006661696c5f636f756e74000008000c0008000700080000000000000140000000f8fdffff00000105100000002000000004000000000000000e000000646174655f7075626c69736865640000ecfdffff28feffff00000105100000002000000004000000000000000c000000646174655f63726561746564000000001cfeffff58feffff00000105100000001c00000004000000000000000b0000006465736372697074696f6e0048feffff84feffff0000010a100000002000000004000000000000000d000000646174655f6d6f646966696564000000ceffffff00000100b8feffff0000010a100000002400000004000000000000000c000000646174655f6372656174656400000600080006000600000000000100f0feffff0000010c1400000028000000040000000100000020000000130000006164646974696f6e616c5f656e74697469657300ecfeffff28ffffff0000010d1c0000002400000004000000030000006c0000003c0000001400000007000000656c656d656e740020ffffff5cffffff00000105100000001400000004000000000000000300000075726c0044ffffff80ffffff00000105100000001c00000004000000000000000a0000006964656e746966696572000070ffffffacffffff0000010c140000001c0000000400000001000000140000000700000061737065637473009cffffffd8ffffff000001051000000018000000040000000000000007000000656c656d656e7400c4ffffff100014000800060007000c0000001000100000000000010510000000200000000400000000000000080000006162737472616374000000000400040004000000"
+}
\ No newline at end of file
diff --git a/frwiki/data/frwiki_namespace_0_0.parquet b/frwiki/data/frwiki_namespace_0_0.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..568bf8caab3ab8fae8366ab6d1f505f397bae568
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_0.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57f71fc95ab83320365e98548bce775dd5e54617ff792fec4f97470b948e1adf
+size 346174329
diff --git a/frwiki/data/frwiki_namespace_0_1.parquet b/frwiki/data/frwiki_namespace_0_1.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..9db12e057beef8a49cd8b25a738748f06a36c1c2
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_1.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b0e6256103762f0bcc70e606d188b95449d5c81264ac73c800a2ee0079141853
+size 397826334
diff --git a/frwiki/data/frwiki_namespace_0_10.parquet b/frwiki/data/frwiki_namespace_0_10.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..fca4ea23be1d88a92ba0989d9034c688210dc4ed
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_10.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb0bef3f9de937c2075e9fad255dba1168d2070b9eaaf0c596af7bebec121b59
+size 415699871
diff --git a/frwiki/data/frwiki_namespace_0_11.parquet b/frwiki/data/frwiki_namespace_0_11.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a23c449de029a1ab9ef39cdb12b72f84e700623d
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_11.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0710523f190d6d3626692bc61307df08dee92e77b96a1e140b9567de53689f10
+size 411188827
diff --git a/frwiki/data/frwiki_namespace_0_12.parquet b/frwiki/data/frwiki_namespace_0_12.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..145287c8394f020118fdf6030ba04d97e752ca06
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_12.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31786031f9b2fde371ef24c2e3bbe7977a491dc504529fbdd53b5798757e66ce
+size 390705304
diff --git a/frwiki/data/frwiki_namespace_0_13.parquet b/frwiki/data/frwiki_namespace_0_13.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..8e89a6afd36fa5770ffbd79536cb0d3652f9664c
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_13.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3155509bdbe1d1598b6d5d8bbdd68ddbccdd6c0a61fc992cc47939011f3ac30a
+size 417538197
diff --git a/frwiki/data/frwiki_namespace_0_14.parquet b/frwiki/data/frwiki_namespace_0_14.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..5969426819ed4c5dd1a71bf861a24cccc04a1a17
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_14.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a2bdbfa4615d1ba28e5c78c6e8bb2827083d7e7e0a36b75c3afb949fbc11045
+size 401057515
diff --git a/frwiki/data/frwiki_namespace_0_15.parquet b/frwiki/data/frwiki_namespace_0_15.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..244a497ebe3d72813ed47db654e2bed2381f683d
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_15.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e75f2652568a2c642a6cb41933949993e3832e159d391a6f696d5abdfad8bb3d
+size 424336424
diff --git a/frwiki/data/frwiki_namespace_0_16.parquet b/frwiki/data/frwiki_namespace_0_16.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..49be2f5061909c969db0b78558686581e5bcb64b
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_16.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:52c8d07b451022ba08dd91b283327936a479c9b597e05223dfcdc7dae72ecd55
+size 425718023
diff --git a/frwiki/data/frwiki_namespace_0_17.parquet b/frwiki/data/frwiki_namespace_0_17.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..27d2c48e5e0a21bf2d44a3416dcec759603a22df
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_17.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0eae5009a602e840fc71843230ff52806200a6f2b7697cc76a07808072dd075d
+size 434583858
diff --git a/frwiki/data/frwiki_namespace_0_18.parquet b/frwiki/data/frwiki_namespace_0_18.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b468de4ebfe0aa584c0d7e32531cb624a2ac0533
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_18.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2221d974ba46ae5f7da917f509b39c921bb430923d99bcfee2b1995f10080b3
+size 419858379
diff --git a/frwiki/data/frwiki_namespace_0_19.parquet b/frwiki/data/frwiki_namespace_0_19.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..ba6d7aa53257b0f100371e81a4acd6b100371ac5
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_19.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:625ddf40a89b242f4a5560c9539a54bd14a6940e69eba44592fd2d9334c8d2ea
+size 435140083
diff --git a/frwiki/data/frwiki_namespace_0_2.parquet b/frwiki/data/frwiki_namespace_0_2.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..e883193f37daeea08abfa3a10fd7e5d0f9b49774
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_2.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66a7ad0ffb67f9a3bb731547004b94c6558ff069604974746713baf5e2911b6b
+size 401505354
diff --git a/frwiki/data/frwiki_namespace_0_20.parquet b/frwiki/data/frwiki_namespace_0_20.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..cb1b1e002d28c5b5dc637c909ea18509e229034d
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_20.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b235d101c2f168c877f46fc7602885fef03f47de89a80d85d68fbaea18fd1dd6
+size 435940157
diff --git a/frwiki/data/frwiki_namespace_0_21.parquet b/frwiki/data/frwiki_namespace_0_21.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..205418dd2b7eec50798e6e4e3cd714efc4de59fb
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_21.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3041c198dfbf7f623f16ca37fde0faa50ade68d4d81a5db8dc97cab8d8da005
+size 410805421
diff --git a/frwiki/data/frwiki_namespace_0_22.parquet b/frwiki/data/frwiki_namespace_0_22.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..cefe104030565c7989268680b6083f8f53a2ab14
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_22.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b8a0ac433d7130a3acff43557fad7b4376709f8798a2f5710f475672bcc00747
+size 432031305
diff --git a/frwiki/data/frwiki_namespace_0_23.parquet b/frwiki/data/frwiki_namespace_0_23.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..25167441ff797fa327c89b63b2eba0b310d0c287
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_23.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ecdef1493091a60b2437a34e4b89d4257cbd8ca4c31010991c88868546110207
+size 395641281
diff --git a/frwiki/data/frwiki_namespace_0_24.parquet b/frwiki/data/frwiki_namespace_0_24.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..2488df69b8374c025da216a5c14b91437427577a
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_24.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81050366b4baf663299fb51aa637cd78f3c82244f966bef269426848a99dc160
+size 395107100
diff --git a/frwiki/data/frwiki_namespace_0_25.parquet b/frwiki/data/frwiki_namespace_0_25.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..079bb5bb8c7ea9ea64f4fe02db02a1e019a99686
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_25.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3dc3da956b73e5df9e1e730e52180487215722ba3adea6bc126a470511a16034
+size 285713989
diff --git a/frwiki/data/frwiki_namespace_0_3.parquet b/frwiki/data/frwiki_namespace_0_3.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..9ed9620763d7b8c600e6d480cc69cb8cb2612ba6
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_3.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbdc4516a42914da2c488000b70a35d3b94a5b9923e09bb68ee7d12ef0b97797
+size 409944909
diff --git a/frwiki/data/frwiki_namespace_0_4.parquet b/frwiki/data/frwiki_namespace_0_4.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..821a55889cc58fab78a5595c3d127d127d12176d
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_4.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f239f12bdccce5748a81b68b819a547b380a5cde52e1062f53ad60d61c240eff
+size 411925070
diff --git a/frwiki/data/frwiki_namespace_0_5.parquet b/frwiki/data/frwiki_namespace_0_5.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..856171dfa94e4f376acb1fefa9da77f965c36383
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_5.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:02954d152c8e5e9a6df7b0589e8fa785a160358bba0cb4093ee3ded2863309a3
+size 395915526
diff --git a/frwiki/data/frwiki_namespace_0_6.parquet b/frwiki/data/frwiki_namespace_0_6.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..7318a10b6a55d8ec413b9e10c753719c48ef0841
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_6.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:339a4fad3ec8edb1964d8b2858706b846a2c5a3311c008a5a49c4f5aa30c3578
+size 405353613
diff --git a/frwiki/data/frwiki_namespace_0_7.parquet b/frwiki/data/frwiki_namespace_0_7.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..a869939a1502f558717e04c10401fa58d980bb23
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_7.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44b071e7573d4342228d1a53af232f0d7f7b0b3fc4ff4414284923eb8dd870f2
+size 408074208
diff --git a/frwiki/data/frwiki_namespace_0_8.parquet b/frwiki/data/frwiki_namespace_0_8.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b839aabfbaacb62e6e56f20818dfd0e6e2b1d912
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_8.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67097262d7d8de2a9c8dbaf6b7edb92d17205efdb6cab636566f5c7ba9cbd267
+size 412387558
diff --git a/frwiki/data/frwiki_namespace_0_9.parquet b/frwiki/data/frwiki_namespace_0_9.parquet
new file mode 100644
index 0000000000000000000000000000000000000000..b4026e0d677d80c15a728cc41c62feab5e905d01
--- /dev/null
+++ b/frwiki/data/frwiki_namespace_0_9.parquet
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71a0b83fc0a4fd8afea205ca272aaed13241db222d563ac0b47794a74b825788
+size 414804136
diff --git a/frwiki/schema.json b/frwiki/schema.json
new file mode 100644
index 0000000000000000000000000000000000000000..026f509be9fb963e93264690ae224ff15e93a26b
--- /dev/null
+++ b/frwiki/schema.json
@@ -0,0 +1,26 @@
+{
+ "version": 1,
+ "num_fields": 19,
+ "field_names": [
+ "abstract",
+ "additional_entities",
+ "date_created",
+ "date_modified",
+ "description",
+ "event",
+ "identifier",
+ "image",
+ "in_language",
+ "infoboxes",
+ "is_part_of",
+ "license",
+ "main_entity",
+ "name",
+ "references",
+ "sections",
+ "tables",
+ "url",
+ "version"
+ ],
+ "arrow_ipc_hex": "ffffffff281100001000000000000a000c000600050008000a000000000104000c0000000800080000000400080000000400000013000000c8100000a40f0000680f0000300f0000000f0000a00d0000680d0000a40c0000440c0000140c00008c0b0000b00a0000280a0000fc0900000c070000dc060000b0060000880600000400000094efffff0000010d340000003c000000040000000900000040060000ec030000b4030000800300004803000004030000fc0000006c000000140000000700000076657273696f6e00a4efffffe0efffff0000010c140000001c000000040000000100000014000000040000007461677300000000d0efffff0cf0ffff000001051000000018000000040000000000000007000000656c656d656e7400f8efffff34f0ffff0000010d1800000020000000040000000200000048000000140000000400000073697a650000000028f0ffff64f0ffff00000102100000001800000004000000000000000500000076616c7565000000a4f2ffff000000014000000094f0ffff00000105100000001c000000040000000000000009000000756e69745f7465787400000084f0ffffc0f0ffff0000010d1c0000002400000004000000030000007c01000004010000140000000600000073636f7265730000b8f0fffff4f0ffff0000010d18000000240000000400000002000000a8000000180000000a0000007265766572747269736b0000ecf0ffff28f1ffff0000010d1800000024000000040000000200000048000000180000000b00000070726f626162696c6974790020f1ffff5cf1ffff00000103100000001800000004000000000000000400000074727565000000009ef2ffff0000020088f1ffff00000103100000001800000004000000000000000500000066616c7365000000caf2ffff00000200b4f1ffff00000106100000001c00000004000000000000000a00000070726564696374696f6e0000a4f1ffffe0f1ffff0000010d140000002400000004000000010000001c0000000d0000007265666572656e63657269736b000000d8f1ffff14f2ffff0000010210000000280000000400000000000000140000007265666572656e63655f7269736b5f73636f72650000000064f4ffff000000014000000054f2ffff0000010d140000002400000004000000010000001c0000000d0000007265666572656e63656e6565640000004cf2ffff88f2ffff0000010310000000280000000400000000000000140000007265666572656e63655f6e6565645f73636f726500000000daf3ffff00000200c4f2ffff0000010210000000280000000400000000000000140000006e756d6265725f6f665f636861726163746572730000000014f5ffff000000014000000004f3ffff0000010510000000240000000400000000000000100000006d61696e74656e616e63655f7461677300000000fcf2ffff38f3ffff00000106100000002000000004000000000000000d00000069735f6d696e6f725f656469740000002cf3ffff68f3ffff00000102100000001c00000004000000000000000a0000006964656e7469666965720000acf5ffff00000001400000009cf3ffff0000010d3800000040000000040000000a00000004020000cc010000740100003c01000004010000d4000000a000000074000000400000001400000006000000656469746f720000b0f3ffffecf3ffff0000010510000000180000000400000000000000040000006e616d6500000000d8f3ffff14f4ffff00000106100000002000000004000000000000000c00000069735f706174726f6c6c65720000000008f4ffff44f4ffff00000106100000001800000004000000000000000600000069735f626f74000030f4ffff6cf4ffff00000106100000002000000004000000000000000c00000069735f616e6f6e796d6f75730000000060f4ffff9cf4ffff00000106100000001c00000004000000000000000800000069735f61646d696e000000008cf4ffffc8f4ffff00000102100000001c00000004000000000000000a0000006964656e74696669657200000cf7ffff0000000140000000fcf4ffff0000010610000000240000000400000000000000130000006861735f616476616e6365645f72696768747300f4f4ffff30f5ffff0000010c140000001c0000000400000001000000140000000600000067726f757073000020f5ffff5cf5ffff000001051000000018000000040000000000000007000000656c656d656e740048f5ffff84f5ffff00000102100000001c00000004000000000000000a000000656469745f636f756e740000c8f7ffff0000000140000000b8f5ffff0000010a100000002000000004000000000000000c000000646174655f737461727465640000000002f7ffff00000100ecf5ffff000001051000000018000000040000000000000007000000636f6d6d656e7400d8f5ffff14f6ffff00000105100000001400000004000000000000000300000075726c00fcf5ffff38f6ffff0000010510000000180000000400000000000000060000007461626c6573000024f6ffff60f6ffff00000105100000001c00000004000000000000000800000073656374696f6e730000000050f6ffff8cf6ffff0000010c14000000200000000400000001000000180000000a0000007265666572656e636573000080f6ffffbcf6ffff0000010d240000002c0000000400000005000000780200004802000044010000400000001400000007000000656c656d656e7400bcf6fffff8f6ffff0000010510000000180000000400000000000000040000007479706500000000e4f6ffff20f7ffff0000010d18000000200000000400000002000000400000001400000004000000746578740000000014f7ffff50f7ffff00000105100000001800000004000000000000000500000076616c75650000003cf7ffff78f7ffff0000010c140000001c000000040000000100000014000000050000006c696e6b7300000068f7ffffa4f7ffff0000010d180000002000000004000000020000003c0000001400000007000000656c656d656e740098f7ffffd4f7ffff00000105100000001400000004000000000000000300000075726c00bcf7fffff8f7ffff0000010510000000180000000400000000000000040000007465787400000000e4f7ffff20f8ffff0000010d18000000200000000400000002000000400000001400000006000000736f75726365000014f8ffff50f8ffff00000105100000001800000004000000000000000500000076616c75650000003cf8ffff78f8ffff0000010c140000001c000000040000000100000014000000050000006c696e6b7300000068f8ffffa4f8ffff0000010d180000002000000004000000020000003c0000001400000007000000656c656d656e740098f8ffffd4f8ffff00000105100000001400000004000000000000000300000075726c00bcf8fffff8f8ffff0000010510000000180000000400000000000000040000007465787400000000e4f8ffff20f9ffff00000105100000001c0000000400000000000000080000006d657461646174610000000010f9ffff4cf9ffff00000105100000001c00000004000000000000000a0000006964656e74696669657200003cf9ffff78f9ffff0000010510000000180000000400000000000000040000006e616d650000000064f9ffffa0f9ffff0000010d1800000024000000040000000200000040000000180000000b0000006d61696e5f656e746974790098f9ffffd4f9ffff00000105100000001400000004000000000000000300000075726c00bcf9fffff8f9ffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000e8f9ffff24faffff0000010c140000001c000000040000000100000014000000070000006c6963656e73650014faffff50faffff0000010d1c000000240000000400000003000000680000003c0000001400000007000000656c656d656e740048faffff84faffff00000105100000001400000004000000000000000300000075726c006cfaffffa8faffff0000010510000000180000000400000000000000040000006e616d650000000094faffffd0faffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000c0fafffffcfaffff0000010d1800000024000000040000000200000040000000180000000a00000069735f706172745f6f660000f4faffff30fbffff00000105100000001400000004000000000000000300000075726c0018fbffff54fbffff00000105100000001c00000004000000000000000a0000006964656e746966696572000044fbffff80fbffff00000105100000001c000000040000000000000009000000696e666f626f78657300000070fbffffacfbffff0000010d14000000200000000400000001000000180000000b000000696e5f6c616e677561676500a0fbffffdcfbffff00000105100000001c00000004000000000000000a0000006964656e7469666965720000ccfbffff08fcffff0000010d1c0000002400000004000000030000007c000000480000001400000005000000696d61676500000000fcffff3cfcffff00000102100000001800000004000000000000000500000077696474680000007cfeffff00000001400000006cfcffff0000010210000000180000000400000000000000060000006865696768740000acfeffff00000001400000009cfcffff00000105100000001c00000004000000000000000b000000636f6e74656e745f75726c008cfcffffc8fcffff00000102100000001c00000004000000000000000a0000006964656e74696669657200000cffffff0000000140000000fcfcffff0000010d2800000030000000040000000600000014010000e0000000a0000000700000004000000014000000050000006576656e7400000000fdffff3cfdffff000001051000000018000000040000000000000004000000747970650000000028fdffff64fdffff00000105100000001c00000004000000000000000a0000006964656e746966696572000054fdffff90fdffff00000105100000001c00000004000000000000000b0000006661696c5f726561736f6e0080fdffffbcfdffff00000102100000002400000004000000000000000a0000006661696c5f636f756e74000008000c0008000700080000000000000140000000f8fdffff00000105100000002000000004000000000000000e000000646174655f7075626c69736865640000ecfdffff28feffff00000105100000002000000004000000000000000c000000646174655f63726561746564000000001cfeffff58feffff00000105100000001c00000004000000000000000b0000006465736372697074696f6e0048feffff84feffff0000010a100000002000000004000000000000000d000000646174655f6d6f646966696564000000ceffffff00000100b8feffff0000010a100000002400000004000000000000000c000000646174655f6372656174656400000600080006000600000000000100f0feffff0000010c1400000028000000040000000100000020000000130000006164646974696f6e616c5f656e74697469657300ecfeffff28ffffff0000010d1c0000002400000004000000030000006c0000003c0000001400000007000000656c656d656e740020ffffff5cffffff00000105100000001400000004000000000000000300000075726c0044ffffff80ffffff00000105100000001c00000004000000000000000a0000006964656e746966696572000070ffffffacffffff0000010c140000001c0000000400000001000000140000000700000061737065637473009cffffffd8ffffff000001051000000018000000040000000000000007000000656c656d656e7400c4ffffff100014000800060007000c0000001000100000000000010510000000200000000400000000000000080000006162737472616374000000000400040004000000"
+}
\ No newline at end of file