Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions backend/api/metadata_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"Income values are in nominal dollars (not inflation-adjusted across years)."
],
},
"unemployment_rate": {
"source": (
"U.S. Census Bureau, American Community Survey 5-Year Estimates "
"(Table B23025)"
),
"lastUpdated": "2023",
"caveats": [
"Estimates for small geographies may have high margins of error."
],
},
"qcew_employment": {
"source": (
"U.S. Bureau of Labor Statistics, "
Expand Down
Loading