Publish shard CC-MAIN-2026-08/00886
Browse files- README.md +18 -18
- data/CC-MAIN-2026-08/00886.parquet +3 -0
- stats.csv +7 -1
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** with **4,
|
| 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 |
|
|
@@ -118,6 +118,7 @@ The following is an example row from the dataset:
|
|
| 118 |
"warc_refers_to": "<urn:uuid:f9e8d7c6-b5a4-3210-fedc-ba0987654321>",
|
| 119 |
"html_length": 48210,
|
| 120 |
"markdown_length": 3847,
|
|
|
|
| 121 |
"markdown": "# Interesting Topic\n\nThis is the main content of the page..."
|
| 122 |
}
|
| 123 |
```
|
|
@@ -130,10 +131,11 @@ The following is an example row from the dataset:
|
|
| 130 |
| `url` | string | Original URL of the crawled page |
|
| 131 |
| `host` | string | Lowercase hostname extracted from the URL |
|
| 132 |
| `crawl_date` | string | RFC 3339 timestamp from the WARC record |
|
| 133 |
-
| `warc_record_id` | string | Full WARC-Record-ID of
|
| 134 |
| `warc_refers_to` | string | WARC-Record-ID of the original HTTP response this was converted from |
|
| 135 |
| `html_length` | int64 | Byte length of the original HTML body before conversion |
|
| 136 |
| `markdown_length` | int64 | Byte length of the converted markdown body |
|
|
|
|
| 137 |
| `markdown` | string | Clean markdown content extracted from the page |
|
| 138 |
|
| 139 |
### Data Splits
|
|
@@ -164,37 +166,35 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
|
|
| 164 |
|
| 165 |
### Compression Ratios
|
| 166 |
|
| 167 |
-
Numbers below are actual measurements summed across all
|
| 168 |
|
| 169 |
-
| Stage |
|
| 170 |
|---|---|---|---|
|
| 171 |
-
| Raw WARC (.warc.gz, downloaded) | ~
|
| 172 |
-
| HTML extracted (uncompressed) |
|
| 173 |
-
| Packed markdown WARC (.md.warc.gz) | ~
|
| 174 |
-
| Final Parquet (Zstd level 19) | 6.
|
| 175 |
|
| 176 |
-
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts
|
| 177 |
|
| 178 |
-
End to end: ~
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total 8h
|
| 186 |
-
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg
|
| 187 |
-
Export (Parquet) ████░░░░░░░░░░░░░░░░░░░░ total 1h
|
| 188 |
-
Publish (HuggingFace) █████████░░░░░░░░░░░░
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
| 192 |
|
| 193 |
-

|
| 194 |
-
|
| 195 |

|
| 196 |
|
| 197 |
-

|
| 200 |
|
|
|
|
| 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 **4,837,961 documents across 248 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 |
|
|
|
|
| 118 |
"warc_refers_to": "<urn:uuid:f9e8d7c6-b5a4-3210-fedc-ba0987654321>",
|
| 119 |
"html_length": 48210,
|
| 120 |
"markdown_length": 3847,
|
| 121 |
+
"warc_headers_json": "{\"Content-Length\": \"3847\", ...}",
|
| 122 |
"markdown": "# Interesting Topic\n\nThis is the main content of the page..."
|
| 123 |
}
|
| 124 |
```
|
|
|
|
| 131 |
| `url` | string | Original URL of the crawled page |
|
| 132 |
| `host` | string | Lowercase hostname extracted from the URL |
|
| 133 |
| `crawl_date` | string | RFC 3339 timestamp from the WARC record |
|
| 134 |
+
| `warc_record_id` | string | Full WARC-Record-ID of the conversion record (`<urn:uuid:...>`) |
|
| 135 |
| `warc_refers_to` | string | WARC-Record-ID of the original HTTP response this was converted from |
|
| 136 |
| `html_length` | int64 | Byte length of the original HTML body before conversion |
|
| 137 |
| `markdown_length` | int64 | Byte length of the converted markdown body |
|
| 138 |
+
| `warc_headers_json` | string | All WARC headers as a sorted-key JSON object — full provenance in one column |
|
| 139 |
| `markdown` | string | Clean markdown content extracted from the page |
|
| 140 |
|
| 141 |
### Data Splits
|
|
|
|
| 166 |
|
| 167 |
### Compression Ratios
|
| 168 |
|
| 169 |
+
Numbers below are actual measurements summed across all 248 files of CC-MAIN-2026-08 (4,837,961 pages total), projected to the full crawl of 100,000 WARC files.
|
| 170 |
|
| 171 |
+
| Stage | 248 files (measured) | 100,000 files (projected) | Reduction |
|
| 172 |
|---|---|---|---|
|
| 173 |
+
| Raw WARC (.warc.gz, downloaded) | ~201.0 GB | ~83 TB | — |
|
| 174 |
+
| HTML extracted (uncompressed) | 598.2 GB | ~295 TB | — |
|
| 175 |
+
| Packed markdown WARC (.md.warc.gz) | ~10.2 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 176 |
+
| Final Parquet (Zstd level 19) | 6.9 GB | ~2.9 TB | **-32.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 598.2 GB of uncompressed HTML down to 21.6 GB of markdown — a **98.3% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 68.1%.
|
| 179 |
|
| 180 |
+
End to end: ~201.0 GB of raw gzipped WARCs becomes **6.9 GB of Parquet** — a **96.6% total reduction** — containing 4,837,961 clean markdown documents.
|
| 181 |
|
| 182 |
### Processing Times
|
| 183 |
|
| 184 |
+
Pipeline timings across 248 shards of CC-MAIN-2026-08:
|
| 185 |
|
| 186 |
```
|
| 187 |
+
Download (raw WARC) ████████████████████████ total 8h 35m 21s avg 2m 4s
|
| 188 |
+
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg 3s
|
| 189 |
+
Export (Parquet) ████░░░░░░░░░░░░░░░░░░░░ total 1h 43m 19s avg 24s
|
| 190 |
+
Publish (HuggingFace) ████████████░░░░░░░░░░░░ total 4h 32m 56s avg 1m 6s
|
| 191 |
```
|
| 192 |
|
| 193 |
### Dataset Charts
|
| 194 |
|
|
|
|
|
|
|
| 195 |

|
| 196 |
|
| 197 |
+

|
| 198 |
|
| 199 |

|
| 200 |
|
data/CC-MAIN-2026-08/00886.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c2e162ce81e2580cb1022b60d1ee0dd03ca61136e77825ef95347d73294fd77
|
| 3 |
+
size 29711500
|
stats.csv
CHANGED
|
@@ -54,6 +54,7 @@ CC-MAIN-2026-08,51,19297,2556393249,92698482,30113318,2026-03-13T09:54:53Z,172,0
|
|
| 54 |
CC-MAIN-2026-08,52,19607,2601151988,92878787,30267347,2026-03-13T09:58:53Z,216,0,22,0
|
| 55 |
CC-MAIN-2026-08,53,19357,2578191580,96554618,29812656,2026-03-13T10:02:24Z,168,0,42,0
|
| 56 |
CC-MAIN-2026-08,54,19483,2558749188,95680427,29738982,2026-03-13T10:04:53Z,123,0,25,0
|
|
|
|
| 57 |
CC-MAIN-2026-08,101,19267,2514449658,96925434,30875010,2026-03-13T06:40:05Z,179,0,50,81
|
| 58 |
CC-MAIN-2026-08,102,19438,2568537422,97402434,31137610,2026-03-13T06:42:52Z,93,0,20,52
|
| 59 |
CC-MAIN-2026-08,103,19511,2593312947,96164480,30296223,2026-03-13T06:47:48Z,187,0,46,61
|
|
@@ -98,6 +99,8 @@ CC-MAIN-2026-08,141,19444,2573937003,90095043,29226257,2026-03-13T09:54:28Z,194,
|
|
| 98 |
CC-MAIN-2026-08,142,19571,2560678449,92663548,29543148,2026-03-13T09:57:40Z,151,0,40,0
|
| 99 |
CC-MAIN-2026-08,143,19295,2548611854,97120490,30570140,2026-03-13T10:00:02Z,113,0,27,0
|
| 100 |
CC-MAIN-2026-08,144,19331,2573223559,95239219,30608357,2026-03-13T10:03:22Z,168,0,29,0
|
|
|
|
|
|
|
| 101 |
CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
|
| 102 |
CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
|
| 103 |
CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
|
|
@@ -170,6 +173,7 @@ CC-MAIN-2026-08,428,19661,2602153067,94878072,30397597,2026-03-13T09:54:35Z,207,
|
|
| 170 |
CC-MAIN-2026-08,429,19546,2571303178,99912577,31544804,2026-03-13T09:58:37Z,206,0,33,0
|
| 171 |
CC-MAIN-2026-08,430,19562,2589628098,94171334,29515204,2026-03-13T10:01:57Z,160,0,39,0
|
| 172 |
CC-MAIN-2026-08,431,19413,2548907034,94526535,29610662,2026-03-13T10:04:44Z,141,0,24,0
|
|
|
|
| 173 |
CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
|
| 174 |
CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
|
| 175 |
CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
|
|
@@ -208,6 +212,7 @@ CC-MAIN-2026-08,723,19590,2541660499,94658665,29842729,2026-03-13T09:54:30Z,193,
|
|
| 208 |
CC-MAIN-2026-08,724,19690,2605884803,94926082,30424696,2026-03-13T09:58:05Z,164,0,49,0
|
| 209 |
CC-MAIN-2026-08,725,19412,2562975956,92451410,29425587,2026-03-13T10:00:42Z,119,0,37,0
|
| 210 |
CC-MAIN-2026-08,726,19460,2562536227,96869305,30705353,2026-03-13T10:04:08Z,168,0,36,0
|
|
|
|
| 211 |
CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
|
| 212 |
CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
|
| 213 |
CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
|
|
@@ -242,4 +247,5 @@ CC-MAIN-2026-08,881,19336,2555937495,93001627,29739925,2026-03-13T08:35:55Z,143,
|
|
| 242 |
CC-MAIN-2026-08,882,19452,2590686157,88956978,28905096,2026-03-13T08:38:35Z,118,0,31,8
|
| 243 |
CC-MAIN-2026-08,883,19257,2558252415,92279950,30785208,2026-03-13T08:41:09Z,114,0,30,8
|
| 244 |
CC-MAIN-2026-08,884,19543,2583118668,92146843,29251284,2026-03-13T08:43:26Z,108,0,19,8
|
| 245 |
-
CC-MAIN-2026-08,885,19529,2585227509,96533946,30604115,2026-03-
|
|
|
|
|
|
| 54 |
CC-MAIN-2026-08,52,19607,2601151988,92878787,30267347,2026-03-13T09:58:53Z,216,0,22,0
|
| 55 |
CC-MAIN-2026-08,53,19357,2578191580,96554618,29812656,2026-03-13T10:02:24Z,168,0,42,0
|
| 56 |
CC-MAIN-2026-08,54,19483,2558749188,95680427,29738982,2026-03-13T10:04:53Z,123,0,25,0
|
| 57 |
+
CC-MAIN-2026-08,55,19811,2639871700,95584061,30186548,2026-03-13T10:08:46Z,203,0,28,0
|
| 58 |
CC-MAIN-2026-08,101,19267,2514449658,96925434,30875010,2026-03-13T06:40:05Z,179,0,50,81
|
| 59 |
CC-MAIN-2026-08,102,19438,2568537422,97402434,31137610,2026-03-13T06:42:52Z,93,0,20,52
|
| 60 |
CC-MAIN-2026-08,103,19511,2593312947,96164480,30296223,2026-03-13T06:47:48Z,187,0,46,61
|
|
|
|
| 99 |
CC-MAIN-2026-08,142,19571,2560678449,92663548,29543148,2026-03-13T09:57:40Z,151,0,40,0
|
| 100 |
CC-MAIN-2026-08,143,19295,2548611854,97120490,30570140,2026-03-13T10:00:02Z,113,0,27,0
|
| 101 |
CC-MAIN-2026-08,144,19331,2573223559,95239219,30608357,2026-03-13T10:03:22Z,168,0,29,0
|
| 102 |
+
CC-MAIN-2026-08,145,19411,2578264098,98409544,31288259,2026-03-13T10:05:35Z,105,0,27,0
|
| 103 |
+
CC-MAIN-2026-08,146,19315,2510247125,93773926,29238318,2026-03-13T10:08:59Z,177,0,25,0
|
| 104 |
CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
|
| 105 |
CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
|
| 106 |
CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
|
|
|
|
| 173 |
CC-MAIN-2026-08,429,19546,2571303178,99912577,31544804,2026-03-13T09:58:37Z,206,0,33,0
|
| 174 |
CC-MAIN-2026-08,430,19562,2589628098,94171334,29515204,2026-03-13T10:01:57Z,160,0,39,0
|
| 175 |
CC-MAIN-2026-08,431,19413,2548907034,94526535,29610662,2026-03-13T10:04:44Z,141,0,24,0
|
| 176 |
+
CC-MAIN-2026-08,432,19238,2571728032,91270409,28904924,2026-03-13T10:07:44Z,130,0,48,0
|
| 177 |
CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
|
| 178 |
CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
|
| 179 |
CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
|
|
|
|
| 212 |
CC-MAIN-2026-08,724,19690,2605884803,94926082,30424696,2026-03-13T09:58:05Z,164,0,49,0
|
| 213 |
CC-MAIN-2026-08,725,19412,2562975956,92451410,29425587,2026-03-13T10:00:42Z,119,0,37,0
|
| 214 |
CC-MAIN-2026-08,726,19460,2562536227,96869305,30705353,2026-03-13T10:04:08Z,168,0,36,0
|
| 215 |
+
CC-MAIN-2026-08,727,19515,2591155330,96253967,30239842,2026-03-13T10:06:23Z,100,0,34,0
|
| 216 |
CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
|
| 217 |
CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
|
| 218 |
CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
|
|
|
|
| 247 |
CC-MAIN-2026-08,882,19452,2590686157,88956978,28905096,2026-03-13T08:38:35Z,118,0,31,8
|
| 248 |
CC-MAIN-2026-08,883,19257,2558252415,92279950,30785208,2026-03-13T08:41:09Z,114,0,30,8
|
| 249 |
CC-MAIN-2026-08,884,19543,2583118668,92146843,29251284,2026-03-13T08:43:26Z,108,0,19,8
|
| 250 |
+
CC-MAIN-2026-08,885,19529,2585227509,96533946,30604115,2026-03-13T10:05:08Z,111,0,22,4766
|
| 251 |
+
CC-MAIN-2026-08,886,19392,2590108194,93901267,29711500,2026-03-13T10:07:54Z,142,0,22,0
|