9 attribute fields, profiled from the October 2022 vintage.
Columns in Stewart County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 4.0k | 004 001, 005 001, 005 002 | |
| pid | OFTString | 4.0k | 004 001, 005 001, 005 002 | |
| owner | OFTString | 2.7k | W C BRADLEY FARMS INC, W C BRADLEY FARMS INC, W C BRADLEY FARMS INC | |
| mail_addr | OFTString | 2.3k | P O BOX 140 COLUMBUS, GA 31902, P O BOX 140 COLUMBUS, GA 31902, P O BOX 140 COLUMBUS, GA 31902 | |
| situs | OFTString | 2.1k | 5793 HWY 39, 1337, 1820 GA HWY 27 | |
| use_code | OFTString | 7 | Agricultural, Exempt, Exempt | |
| value | OFTString | 2.2k | Value 2705920, Value 409200, Value 85400 | |
| acres | OFTString | 1.4k | 2738.3, 536.66, 106.34 | |
| key | OFTString | 4.0k | 004 001, 005 001, 005 002 |
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.