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.
In this exercise I used data from the U.S. Census Bureau and the CDC Behavioral Risk Factor Surveillance System Prevalence Data to see if there was a correlation between people that work from home (non-commuters) and the frequency of their physical activity. A scatterplot created using D3.js shows the correlation between these two datasets with …