Published March 2, 2020 | Version v1

Quebec Health Ministry (2013-2018) web archive collection derivatives

  • 1. York University
  • 2. Bibliothèque et Archives nationales du Québec

Description

Web archive derivatives of the Quebec Health Ministry (2013-2018) 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:

  • domain
  • count

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:

  • crawl_date
  • url
  • mime_type_web_server
  • mime_type_tika
  • content

Web Graph

.webgraph()

Produces a DataFrame with the following columns:

  • crawl_date
  • src
  • dest
  • anchor

Image Links

.imageLinks()

Produces a DataFrame with the following columns:

  • src
  • image_url

Binary Analysis

  • Audio
  • Images
  • PDFs
  • Presentation program files
  • Spreadsheets
  • Text files
  • Word processor files

Files

Files (709.2 MB)

Name Size
md5:5427b153f5f3c8e173872e577ae9d0aa
709.2 MB Download