acs_download
Download American Community Survey (ACS) complete Public Use Micro Sample (PUMS) data files from census FTP server.
Free software: MIT license
Documentation: https://acs-download.readthedocs.io.
Usage
import acs_download as acs
acs.get_data(
year = 2017,
state = 'California',
download_path = '../data/raw/',
extract = True,
extract_path = '../data/interim/',
)
This will download ACS PUMS data file of California to your ../data/raw/ folder and extract it to ../data/interim/ folder.
acs_download uses pypi package us, which uses jellyfish, to handle state input so you can use variations
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-04-10)
First release on PyPI.
Release files for acs-download 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acs_download-0.1.0.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| acs_download-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 18.0 kB
Release files / acs_download-0.1.0.tar.gz
| Download URL | acs_download-0.1.0.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5beb214049430fcf4eea090dcf0f07aa6785b9a5d5c62488f6c925e2feba4a2d
|
|
BLAKE2b-256 checksum How to use checksums |
dbf68e393149838d53195be5df5dee7839eb9823c72a1da9c83ae9692f445c8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
|
Release files / acs_download-0.1.0-py2.py3-none-any.whl
| Download URL | acs_download-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ed8180be2ac70bc1a3b0c5f2a6620e6ab1191a7fff7d100c94651efcac6c8834
|
|
BLAKE2b-256 checksum How to use checksums |
2fdc6f8b253b783717245ff959e7294e3b79705fb0a04c4a738a252c9b187470
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
|