-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Christy Lam edited this page Jul 23, 2021
·
13 revisions
OFM processing scripts require the following python libraries: pandas
, panda.api.types
, numpy
, urllib
, requests
, pyodbc
, sqlalchemy
, os
, functools
.
Run the following scripts in this order:
-
download_ofm_apr.py
: This script will download April 1 excel files for intercensal & postcensal population and postcensal housing units intohousing-metrics/data
. -
elmer_staging.py
: This script will executed respective tidying scripts and push to Elmer'sstg
schema. The tables will be named:ofm_apr_intercensal
,ofm_apr_postcensal
, andofm_apr_postcensal_housing
.