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

Hello, I've been semi checking on this for the past 3 weeks but the issue is still lingering. Would you happen to know the situation around `api.census.gov`? I am outside...

Add support for the 2021 ACS release from Dec 8th: https://www.census.gov/programs-surveys/acs/news/data-releases.html

Does this package support the 2020 and 2000 SF1? Thanks

I need to get specific table variables with their their column description. Is it possible to get through census module?

Closes #146 Adds support for Python 3.12 and removes for 3.7 (end of life ~ 1y ago https://endoflife.date/python)

c.acs5st.state_county(['S0101_C01_001E'], state_fips=48, county_fips=201, year=2022)[0] get the error as follows: UnsupportedYearException: Geography is not available in 2022. Available years include (2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011,...

THe package relies on *pkg_resources*, which has been deprecated since Python 3.11 and was removed on Python 3.12. One alternative is to use importlib.