Skip to content

avtomatik/statcan_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STATCAN Sources Metadata Grabber through Web Scraping

Statistics Canada Web Scraper

Set Up Environment

$ cd src
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install --upgrade pip
$ pip install -r requirements.txt