Publish data/CC-MAIN-2026-08/00000.parquet
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ configs:
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
-
The dataset currently includes crawl **CC-MAIN-2026-08**. We plan to add more snapshots over time.
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
@@ -166,18 +166,18 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
|
|
| 166 |
|
| 167 |
### Compression Ratios
|
| 168 |
|
| 169 |
-
|
| 170 |
|
| 171 |
-
| Stage | Per shard
|
| 172 |
-
|---|---|---|
|
| 173 |
-
| Raw WARC (.warc.gz, downloaded) | ~830 MB |
|
| 174 |
-
| HTML extracted (uncompressed) | 2.
|
| 175 |
-
| Packed markdown WARC (.md.warc.gz) |
|
| 176 |
-
| Final Parquet (
|
| 177 |
|
| 178 |
-
The big win
|
| 179 |
|
| 180 |
-
|
| 181 |
|
| 182 |
### Personal and Sensitive Information
|
| 183 |
|
|
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
+
The dataset currently includes crawl **CC-MAIN-2026-08** with **232,408 documents across 11 shards**. We plan to add more snapshots over time.
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
|
|
| 166 |
|
| 167 |
### Compression Ratios
|
| 168 |
|
| 169 |
+
Numbers below are measured from 11 shards of CC-MAIN-2026-08.
|
| 170 |
|
| 171 |
+
| Stage | Per shard (avg) | Reduction |
|
| 172 |
+
|---|---|---|
|
| 173 |
+
| Raw WARC (.warc.gz, downloaded) | ~830 MB | — |
|
| 174 |
+
| HTML extracted (uncompressed) | 2.9 GB | — |
|
| 175 |
+
| Packed markdown WARC (.md.warc.gz) | 79.9 MB | **-97.3%%** vs HTML |
|
| 176 |
+
| Final Parquet (Zstd level 19) | 28.7 MB | **-64.1%%** vs packed WARC |
|
| 177 |
|
| 178 |
+
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts uncompressed HTML from 2.9 GB to 79.9 MB per shard — a **97.3%% reduction** — before any file-level compression.
|
| 179 |
|
| 180 |
+
End to end: one raw WARC shard of ~830 MB becomes a **28.7 MB Parquet file** containing ~21128 clean markdown documents.
|
| 181 |
|
| 182 |
### Personal and Sensitive Information
|
| 183 |
|
stats.csv
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
crawl_id,file_idx,rows,html_bytes,md_bytes,parquet_bytes
|
| 2 |
+
CC-MAIN-2026-08,0,21184,2934018801,83014521,29226909
|
| 3 |
+
CC-MAIN-2026-08,1,21265,2961325911,80724752,29324414
|
| 4 |
+
CC-MAIN-2026-08,2,21141,2920084882,77766365,28624679
|
| 5 |
+
CC-MAIN-2026-08,3,21086,2959834291,80424489,28852889
|
| 6 |
+
CC-MAIN-2026-08,4,21124,2984315198,79569270,28811454
|
| 7 |
+
CC-MAIN-2026-08,5,21118,2940457892,79695450,28359001
|
| 8 |
+
CC-MAIN-2026-08,6,20999,2926359938,79996642,28536135
|
| 9 |
+
CC-MAIN-2026-08,7,21161,2926551572,79361922,28897356
|
| 10 |
+
CC-MAIN-2026-08,8,21155,2969697387,81276956,28586435
|
| 11 |
+
CC-MAIN-2026-08,9,21131,2910850749,77004269,28060998
|
| 12 |
+
CC-MAIN-2026-08,10,21044,2933010991,80544092,28836695
|