v0.1
#277
Replies: 2 comments 1 reply
-
Can you also add option to support the use of 2020 ACS data that recently came out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Absolutely! The 2020 data is only experimental because of the impacts of COVID (tracking it in #278) So just need to work on some way to flag it as experimental as opposed to the rest of the surveys. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What’s Changed
🚀 Features
⬆️ Dependencies updates
👥 List of contributors
@chekos
Breaking changes
ACS().download_data()
->ACS().download()
person_or_household
argument has been renamed to the more appropriatesample_unit
pypums
will now default to downloading data to a specified folder usingclick
'sget_app_dir()
. More info herepypums
now checks if a dataset has been previously downloaded and will default to not downloading it unless theoverwrite
argument is set toTrue
pypums
CLI now has two commands:acs-url
which builds the URL to download data from the Census server (docs)download-acs
which takes--year
,--state
,--sample-unit
and--survey
options (and more) to download (and extract, by default) the data.httpx
instead ofrequests
rich
instead oftqdm
for progress barsThis discussion was created from the release v0.1.
Beta Was this translation helpful? Give feedback.
All reactions