If I run census.acs5.zipcode(something, year=2023) it doesn't work (and also for counties, and for acs1), but if I run census.acs5.get(something, year=2023) it does work, for the same variables.
Chatgpt says you hard-coded the years and you need to add 2023 to the wrapping functions the wrap the get function.
If I run census.acs5.zipcode(something, year=2023) it doesn't work (and also for counties, and for acs1), but if I run census.acs5.get(something, year=2023) it does work, for the same variables.
Chatgpt says you hard-coded the years and you need to add 2023 to the wrapping functions the wrap the get function.