Publish data/00000.parquet
Browse files- LICENSE +15 -0
- README.md +26 -0
- data/00000.parquet +3 -0
LICENSE
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Common Crawl License Notice
|
| 2 |
+
|
| 3 |
+
This repository contains data derived from Common Crawl.
|
| 4 |
+
|
| 5 |
+
Common Crawl makes its datasets publicly available subject to its Terms of Use:
|
| 6 |
+
https://commoncrawl.org/terms-of-use
|
| 7 |
+
|
| 8 |
+
Important:
|
| 9 |
+
|
| 10 |
+
1. Common Crawl is an archive of third-party web content.
|
| 11 |
+
2. The original content remains subject to the rights and terms of its respective publishers.
|
| 12 |
+
3. You are responsible for complying with applicable law, downstream licensing obligations,
|
| 13 |
+
robots restrictions, privacy requirements, and content removal requests.
|
| 14 |
+
|
| 15 |
+
Refer to the Common Crawl Terms of Use for the governing terms for the crawl data itself.
|
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
pretty_name: Open Index Draft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Open Index Draft
|
| 7 |
+
|
| 8 |
+
This dataset contains markdown exports derived from Common Crawl shard CC-MAIN-2026-08.
|
| 9 |
+
|
| 10 |
+
Layout:
|
| 11 |
+
|
| 12 |
+
- data/*.parquet: one parquet file per packed markdown WARC shard
|
| 13 |
+
- README.md: dataset description
|
| 14 |
+
- LICENSE: Common Crawl licensing and usage notice
|
| 15 |
+
|
| 16 |
+
Parquet schema:
|
| 17 |
+
|
| 18 |
+
- doc_id, url, host, crawl_date
|
| 19 |
+
- warc_type, warc_record_id, warc_refers_to
|
| 20 |
+
- content_type, content_length, markdown_length
|
| 21 |
+
- warc_headers_json: all WARC header metadata serialized as JSON
|
| 22 |
+
- markdown_body: markdown body extracted from the packed WARC record
|
| 23 |
+
|
| 24 |
+
Source:
|
| 25 |
+
|
| 26 |
+
- Common Crawl: [https://commoncrawl.org](https://commoncrawl.org)
|
data/00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1adfcbfc6ec927cb15a04c7ee09e9b5944bf9576e83ee897b5873b919a88a3a1
|
| 3 |
+
size 33429891
|