41 attribute fields, profiled from the October 2022 vintage.
Columns in Chattahoochee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 1.8k | 012 0001, 012 0032, 012 0078 | |
| SITUS | OFTString | 1.3k | 0 GA HWY 137, 0 GA HWY 137, 0 GA HWY 137 | |
| ADDR_NUMBE | OFTString | 390 | 0, 0, 0 | |
| STREET_PRE | OFTString | 8 | GA HWY, GA HWY, GA HWY | |
| STREET_NAM | OFTString | 121 | 137, 137, 137 | |
| STREET_SUF | OFTString | 2 | (NORTH), (NORTH), (NORTH) | |
| STREET_TYP | OFTString | 9 | St, St, St | |
| SITUS_CITY | OFTString | 1 | CUSSETA, CUSSETA, CUSSETA | |
| SITUS_ZIP | OFTString | 1 | 31805, 31805, 31805 | |
| OWNER | OFTString | 1.3k | GATTIS LYNDA FAYE HAVARD &, BENEFIELD FRANCES B (LIFE ESTATE), DELIVERANCE TEMPLE WORLD OF FAITH CHURCH | |
| TRANS_DATE | OFTDate | 138 | 1899-12-30, 2019-05-22, 1899-12-30 | |
| NGH_CODE | OFTString | 15 | 008, 008, 008 | |
| LAND_COVER | OFTString | 1.8k | {"31": 190, "81": 603}, {"43": 519, "71": 165}, {"42": 107, "43": 114, "71": 432} | |
| CROP_COVER | OFTString | 1.8k | {"141": 0.56, "142": 0.48, "143": 0.12}, {"121": 0.05, "122": 0.12}, {"121": 0.1, "141": 2.3, "142": 0.06, "143": 0.44} | |
| MUNI_ID | OFTInteger64 | 2 | 1936208, 1936208, 1936208 | |
| ACREAGE | OFTReal | 601 | 98.15, 0.99, 1.0 | |
| ACREAGE_AD | OFTReal | 1.4k | 101.890896091606, 110.419380135181, 1.16413493356583 | |
| MKT_VAL_TO | OFTReal | 1.6k | 82262.0, 2673.0, 9000.0 | |
| ZIP_CODE | OFTString | 2 | 31805, 31805, 31805 | |
| SEWER | OFTString | 3 | 003, 001, 002 | |
| WATER | OFTString | 3 | 003, 001, 003 | |
| LEGAL_DESC | OFTString | 944 | .99 ac survey of part of LL 118, LD 5th, LOT 103 SANDY SPRING SUBDIVISION, .087 AC LOT (SPLIT OFF 012/030) | |
| MAIL_ADDRE | OFTString | 1.2k | BRENDA DIANE HAVARD CORNING, C/O JIMMY WOODROW VARNADOE, BOARD OF TRUSTEES | |
| MAIL_AD_01 | OFTString | 199 | 232 HOOKS MILL ROAD, 655 COUNTY ROAD 720, P O BOX 225 | |
| MAIL_AD_02 | OFTString | 199 | AMERICUS GA 31709, CLEWISTON FL 334409118, CUSSETA GA 31805 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 3 | 20100, 20100, 20100 | |
| CENSUS_BLK | OFTInteger | 2 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 131 | 1008, 1046, 1063 | |
| ZONING | OFTString | 7 | 001, 001, 001 | |
| AREA_METER | OFTReal | 1.8k | 412330.1205601, 5468.21541301481, 4710.99888133151 | |
| FLD_ZONE | OFTString | 4 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 4 | {NULL}, {NULL}, {NULL} | |
| ELEVATION | OFTString | 1.8k | ||
| ROBUST_ID | OFTString | 1.8k | AAAy_X0UZAkj3Yde, AAAy_ZIdJDqj27XR, AAAy_WY-uidhMmMp | |
| CALC_ACREA | OFTReal | 1.8k | 101.890896091606, 1.35125071071009, 1.16413493356583 | |
| COUNTY_NAM | OFTString | 1 | Chattahoochee, Chattahoochee, Chattahoochee | |
| COUNTY_FIP | OFTInteger64 | 1 | 13053, 13053, 13053 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 1.8k | 622, 653, 671 |
Why this differs from the next county over
There is no national parcel schema. Every assessor's office built its own, usually decades ago, usually inside whatever CAMA system it bought at the time. One county's owner column is OWNER_NAME, the next one's is own1, and a third splits it across four fields. Shapefile's ten-character DBF limit truncated a generation of them into things like TOTLNDVAL.
Nothing here is renamed or remapped. The columns above are exactly what is in the file, because a normalisation layer that quietly guesses wrong is worse than no normalisation at all — and every guess it makes is one you cannot audit.
The Filled column is the share of rows with a real value. Placeholder text such as n/a counts as empty; a column that is 100% present but 90% placeholder is a column that will disappoint you, and the profiler treats it accordingly.