Convert US Census CSV files into DBFs
Project description
Converts .csv files downloaded from the Census Factfinder into the legacy DBF format, which is useful for GIS applications. Census2dbf is a standalone command line tool with no requirements.
Install
pip install census2dbf
Usage
On the shell:
$ census2dbf path/to/census.csv --output=/path/of/saved.dbf path/of/saved.dbf
The --output argument is optional. If it’s omitted, a file with the same name but a .dbf extension will be saved in the same folder. E.g. census-file.csv will be converted to a new file named census-file.dbf
Options
--dd: Data dictionary
Use the --dd option to generate a data dictionary from the headers of the census file. The data dictionary will be saved to the same folder as the output dbf, with a similar name.
Although Census data files usually come with a data dictionary, census2dbf will sometimes rewrite fieldnames to avoid duplicates. The data dictionary will match the
$ census2dbf --dd tests/data/ACS_13_5YR_S0802_with_ann.csv tests/data/ACS_13_5YR_S0802_with_ann.dbf tests/data/ACS_13_5YR_S0802_with_ann-data-dictionary.txt $ head tests/data/ACS_13_5YR_S0802_with_ann-data-dictionary.txt Data Dictionary Automatically extracted from the header of tests/data/ACS_13_5YR_S0802_with_ann.csv 2015-03-18 15:09 GEO.id Id ...
--include-cols: Filter out columns
Pass the --include-cols or -i option a comma-delimited list of column names to output only those columns. This option is case-insensitive.
$ census2dbf --include-cols geo.id,GEO.id,GEO.id2,HD02_S21 path/to/census.csv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file census2dbf-0.2.0.tar.gz
.
File metadata
- Download URL: census2dbf-0.2.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27558c7040937c0dd634809714b65b2502293bbbb68b2a227d9095ff8f2c55e9 |
|
MD5 | 7cd6d490661662b5ea25489ac81c87dd |
|
BLAKE2b-256 | 9a5f65e987faf62853fe9112ca9f51dccba32dd347fdf2796ff0ed40abf47d22 |