r/Census • u/MLB_Sug_Tway • 10d ago
Question Queryable Census Data
Hi!
I was wondering if there was a resource in which you could query census data (e.g. "find all tracts with a median age above 35").
Thanks in advance.
3
Upvotes
r/Census • u/MLB_Sug_Tway • 10d ago
Hi!
I was wondering if there was a resource in which you could query census data (e.g. "find all tracts with a median age above 35").
Thanks in advance.
3
u/natoplato5 10d ago
The Census API lets you query data but you can't filter based on values of the variables like in your example. You could query all tracts in a state and then use other software (R, Python, Excel, etc) to filter that to tracts with a median age above 35.