census icon indicating copy to clipboard operation
census copied to clipboard

A Python wrapper for the US Census API.

Results 37 census issues
Sort by recently updated
recently updated
newest added

I have attached a screenshot of the error. The API key that I used had been tested by using the Python requests library, which returned me the data as expected...

Hello, When I try to download median income ('B06011_001E') for 2015 there are tons of missing values. Here is an example using California ('06') tracts, but this happens in other...

When I try to use any of the demos from the census package or the ward walkthrough, for example `test = c.acs5.state(('NAME', 'B25034_010E'), states.MD.fips, year=2010)` I get `TypeError: unhashable type:...

Importing 2020 ACS data and having issues related to PR #105. (I modified my package to enable the year 2020 but made no other changes, so this is an FYI...

https://www.census.gov/data/developers/updates/new-discovery-tool.html if we do this it could reduce the need to update the lib every time a new data vintage is released

@jcarbaugh what do you think about this approach?

Thanks for the fantastic library. I noticed that there is support for obtaining block-group-level data, but not block-level. Is there any chance you can add support for blocks?

I am trying to query the population by zip code, but I am not sure how to approach it with this library.

Is there any interest in a function to retrieve metadata (variables, names, labels, concepts, etc.) for datasets? I've started working on something [here](https://github.com/mr-fuller/census_metadata).