Skip to main content

Download American Community Survey (ACS) complete Public Use Micro Sample (PUMS) data files from census FTP server.

Project description

acs_download

https://img.shields.io/pypi/v/acs_download.svg https://img.shields.io/travis/chekos/acs_download.svg Documentation Status

Download American Community Survey (ACS) complete Public Use Micro Sample (PUMS) data files from census FTP server.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acs_download-0.1.3.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

acs_download-0.1.3-py2.py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page