File Format
- Fixed length ASCII text records (30 bytes)
- One population per record/line
- Windows (CR/LF) line delimiters
- All numeric data is zero filled to the left
Variable Name and Values | Start Column | Length | Data Type |
---|---|---|---|
Year (2006, 2007, 2008...) |
1 | 4 | numeric |
State postal abbreviation
|
5
|
2
Character |
|
State FIPS code
|
7
|
2
numeric |
|
County FIPS code | 9 | 3 | numeric |
Tract | 12 | 6 | numeric |
|
18 | 1 | numeric |
|
19 | 1 | numeric |
|
20 | 2 | numeric |
Population (4 implied decimal places) |
22 | 9 | numeric |