9 attribute fields, profiled from the August 2023 vintage.
Columns in Coffee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 21.0k | 0028 014, 0008 005, 0017 006 | |
| pid | OFTString | 21.0k | 0028 014, 0008 005, 0017 006 | |
| owner | OFTString | 14.8k | TAYLOR JEFFERY SCOTT, SMITH DONNIE HUGH MARILYN, FLETCHER CHARLES | |
| mail_addr | OFTString | 13.8k | 1003 PINETREE CIRCLE DOUGLAS, GA 31533, 669 SMITH-METTS ROAD WILLACOOCHEE, GA 31650, 208 S COLLEGE AVE DOUGLAS, GA 31533 | |
| situs | OFTString | 15.3k | 654 CLETUS NOLAN RD, 327 ALPINE TRL, OLD COLUMBUS RD | |
| use_code | OFTString | 7 | Residential, Consv Use, Agricultural | |
| value | OFTString | 16.9k | Value 27343, Value 380652, Value 67883 | |
| acres | OFTString | 3.8k | 5.59, 198.13, 25.01 | |
| key | OFTString | 21.0k | 0028 014, 0008 005, 0017 006 |
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.