-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
In acs.get_vre_tables()
, we currently only fetch the column whose TITLE
is Total:
: https://github.com/likeness-pop/livelike/blob/develop/livelike/acs.py#L1904
To make this more flexible:
- Add an optional arg for column number that references the VRE
ORDER
column; defaults to entire VRE table if nothing is given. - Need to adjust
acs.puma.estimate_group_quarters()
accordingly