Dataset Open Access
Ruest, Nick;
Gagné, Carole;
Mitchell, Dave
Web archive derivatives of the Sites of the Quebec International Relation and Economy collection from the Bibliothèque et Archives nationales du Québec. The derivatives were created with the Archives Unleashed Toolkit. Merci beaucoup BAnQ!
These derivatives are in the Apache Parquet format, which is a columnar storage format. These derivatives are generally small enough to work with on your local machine, and can be easily converted to Pandas DataFrames. See this notebook for examples.
Domains
.webpages().groupBy(ExtractDomainDF($"url").alias("url")).count().sort($"count".desc)
Produces a DataFrame with the following columns:
Web Pages
.webpages().select($"crawl_date", $"url", $"mime_type_web_server", $"mime_type_tika", RemoveHTMLDF(RemoveHTTPHeaderDF(($"content"))).alias("content"))
Produces a DataFrame with the following columns:
Web Graph
.webgraph()
Produces a DataFrame with the following columns:
Image Links
.imageLinks()
Produces a DataFrame with the following columns:
Name | Size | |
---|---|---|
InternationalesQc-parquet.tar.gz
md5:7a98698259a43e196ef42f03fc7c6075 |
3.2 GB | Download |
All versions | This version | |
---|---|---|
Views | 28 | 28 |
Downloads | 3 | 3 |
Data volume | 9.7 GB | 9.7 GB |
Unique views | 26 | 26 |
Unique downloads | 3 | 3 |