
GET /api/vars - List available health variables and metadataGET /api/variables/categories - Variables grouped by health domainGET /api/choropleth?var=<variable> - GeoJSON with joined data and class breaksGET /api/stats?var=<variable> - Summary statistics (count, mean, std, min, max)GET /api/moran?var=<variable> - Moran's I spatial autocorrelationGET /api/corr?vars=var1,var2 - Correlation between variablesGET /api/counties/{fips} - Individual county detailsGET /api/neighbors/{fips} - Spatial neighbors for local analysisAppState object:county_health.csv into DuckDBfips_codePosted Jul 21, 2025
Developed a full-stack app for exploring U.S. county health data using DuckDB, FastAPI, and JavaScript.
0
5