Skip to content

NavoE/Machine-Learning-for-Public-Policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Machine-Learning-for-Public-Policy

My variable selection process was primarily informed by the necessity of having baseline geographic and demographic information easily accessible for future use. I chose to keep my baseline API call simple so that I can readily incorporate any additional demographic features and/or locations of interest once they are needed. For this reason, the variables that I chose to use for this assignment include Name, Geo_ID, Population, Median Age, State, County, Census Tract, and Block Group.

I installed the JSON package to load my ACS data using a census API URL that I constructed. After loading the data, I created a pandas data frame to structure my data into a table. Once the data was transformed, I created a connection to the class PostgreSQL database and exported my data frame to a CSV before copying it onto the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages