41 attribute fields, profiled from the January 2022 vintage.
Columns in Elbert County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 14.1k | 001 000, 001 012B, 001 012E | |
| SITUS | OFTString | 9.8k | 0, 0, 0 | |
| ADDR_NUMBE | OFTString | 2.9k | 1611, 1626, 1652 | |
| STREET_PRE | OFTString | — | ||
| STREET_NAM | OFTString | 622 | 0, 0, 0 | |
| STREET_SUF | OFTString | 4 | E, E, E | |
| STREET_TYP | OFTString | 40 | Brg, Brg, Brg | |
| SITUS_CITY | OFTString | 4 | ROYSTON, BOWMAN, BOWMAN | |
| SITUS_ZIP | OFTString | 4 | 30662, 30624, 30624 | |
| OWNER | OFTString | 10.5k | TRANSCONTINENTAL PIPELINE, HUGHES AARON, BACON ALBERT ESTATE | |
| TRANS_DATE | OFTDate | 919 | 1899-12-30, 2014-07-08, 1899-12-30 | |
| NGH_CODE | OFTString | 12 | 00004, 00004, 00004 | |
| LAND_COVER | OFTString | 14.0k | {"21": 4, "52": 10, "81": 82, "82": 104}, {"21": 9, "52": 14, "81": 101, "82": 132}, {"21": 155, "22": 30, "41": 20, "43": 185} | |
| MUNI_ID | OFTInteger64 | 3 | 1936125, 1936125, 1936125 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 1302010, 1303480, 1303480 | |
| ACREAGE | OFTReal | 3.2k | 0.0, 0.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 12.4k | 0.0, 0.0, 0.0 | |
| ZIP_CODE | OFTString | 6 | 30624, 30662, 30662 | |
| SEWER | OFTString | 3 | 001, 003, 003 | |
| WATER | OFTString | 3 | 001, 003, 003 | |
| LEGAL_DESC | OFTString | 2.3k | TOTAL PROPERTY & FRANCHISE FMV, MOBILE HOME, 80.49 ACRES | |
| MAIL_ADDRE | OFTString | 1.3k | TULSA OK 741022400, DEWY ROSE GA 30634, ELBERTON GA 30635 | |
| MAIL_AD_01 | OFTString | 1.2k | TAX REPRESENTATIVE P O BOX 2400 MD 46-4, PO BOX 23589, 491 BEAVER RUN | |
| MAIL_AD_02 | OFTString | 9.6k | ATTN VAN L PRIEST, PO BOX 2, 1283 THORNTON DR. | |
| OWNER_OCCU | OFTString | 3 | ?, ?, ? | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 5 | 100, 100, 100 | |
| CENSUS_BLK | OFTInteger | 6 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 414 | 1048, 1019, 1047 | |
| ZONING | OFTString | 6 | 002, 001, 001 | |
| AREA_METER | OFTReal | 14.1k | 239018.720694329, 36927.3340535239, 7426.18731388972 | |
| FLD_ZONE | OFTString | 4 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 4 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 3 | 2403905, 2403905, 2403905 | |
| ELEVATION | OFTString | 14.1k | ||
| ROBUST_ID | OFTString | 14.1k | AAAzMWS6senZh6_x, AAAzMVMboRwh4TM-, AAAzMf_C6DzItdPG | |
| CALC_ACREA | OFTReal | 14.1k | 59.0639160707756, 9.12511351796629, 1.83508514713529 | |
| COUNTY_NAM | OFTString | 1 | Elbert, Elbert, Elbert | |
| COUNTY_FIP | OFTInteger64 | 1 | 13105, 13105, 13105 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 14.1k | 4981, 4982, 4983 |
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.