hwchen / acs-explorer

cli for investigating US census ACS variables and data
4 stars 2 forks source link

create acs_tables more efficiently #2

Open hwchen opened 7 years ago

hwchen commented 7 years ago

in sqlite, create acs_tables by using a select distinct from acs_vars. Instead of current strategy of creating a hashmap to store distinct table names.