22 attribute fields, profiled from the February 2022 vintage.
Columns in Thomas County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 24.6k | 20668, 20669, 24548 | |
| house_no | OFTReal | 4.6k | 953.0, 268.0, 0.0 | |
| sttype | OFTString | 2 | DR, DR, DR | |
| street_nam | OFTString | 1.3k | SPRINGHILL RD, SPRINGHILL RD, ROW PARCELS | |
| landlot | OFTString | 589 | 366, 74, 283 | |
| landdist | OFTString | 25 | 18, 23, 18 | |
| parcel_no | OFTString | 24.5k | 082 003, 082 005, 999 99 999 | |
| legal_desc | OFTString | 24.1k | 585.28 AC/ 953 & 857 SPRINGHILL RD, 635.05 AC / 268 SPRINGHILL RD, USED TO GIVE ROW PARCELS DATA | |
| taxdistric | OFTString | 10 | 04, 04, 04 | |
| totalacres | OFTReal | 3.1k | 585.28, 635.05, 0.01 | |
| subd_name | OFTString | 333 | Cemetery, Communications Tower, Communications Tower | |
| subd_lot | OFTString | 919 | 2, 1, 3 | |
| subd_blk | OFTString | 115 | 131, 39, 5 | |
| subd_sec | OFTString | 46 | POND, OUTH, ERAS | |
| subd_phse | OFTString | 31 | ADDN, 3, POND | |
| lastname | OFTString | 18.3k | Springline Land & Timber LLLP, Springline Land & Timber LLLP, ROW PARCELS | |
| address1 | OFTString | 6.9k | a Georgia Limited Liability Limited, a Georgia Limited Liability Limited, A Georgia Limited Liability Limited | |
| address2 | OFTString | 16.1k | Partnership, Partnership, P O Box 2315 | |
| city | OFTString | 771 | Thomasville, Thomasville, Pampa | |
| state | OFTString | 47 | GA, GA, GA | |
| zip_1 | OFTString | 1.4k | 31792, 31792, 790662315 | |
| no_release | OFTInteger | 1 | 0, 0, 0 |
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.