You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
censusdis is a Python package for discovering, loading and analyzing, U.S. Census demographic, economic, and geographic data and metadata. It is designed to be intuitive and Pythonic, giving users access to the full collection of data and maps the U.S. Census publishes via their APIs.
censuschat aims to let you ask questions about U.S. Census data in natural language. More specifically, a large language model takes queries about Census data and translates them into tidycensus R code. It uses the ellmer R package under the hood.
Created and evaluated a linear regression algorithm to attempt to predict the average cost of the housing market (ZHVI from Zillow) in given metropolitan statistical areas. Compiled model using features including the federal funds rate and MSA demographics and market features such as unoccupied housing and net migration.