Facebook
TwitterAttribution-ShareAlike 3.0 (CC BY-SA 3.0)https://creativecommons.org/licenses/by-sa/3.0/
License information was derived automatically
A comprehensive Wikipedia dataset containing 100,000 pages with 28.9 million links, collected using breadth-first search crawling algorithm. This dataset includes complete page metadata, link relationships, and a network graph representation suitable for network analysis, graph algorithms, NLP research, and machine learning applications.
pages_export.csvComplete page metadata including:
- id: Unique page ID
- title: Page title
- language: Language code (en)
- content_length: Content length in characters
- word_count: Word count
- categories: JSON array of categories
- infobox: JSON object of infobox data
- created_at: Timestamp
- url: Full Wikipedia URL
Size: ~70 MB | Rows: 100,000
links_export.csvComplete link graph with URLs:
- id: Unique link ID
- source_title: Source page title
- target_title: Target page title
- language: Language code
- position: Link position on page
- depth: Crawl depth where link was discovered
- created_at: Timestamp
- source_url: Full source page URL
- target_url: Full target page URL
Size: ~4.5 GB | Rows: 28,855,738
graph.jsonNetwork graph in JSON format:
- nodes: Array of node objects with id field
- edges: Array of edge objects with source and target fields
Size: ~2.1 GB | Edges: 28,855,738