27 attribute fields, profiled from the January 2024 vintage.
Columns in Pike County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| key | OFTString | 9.8k | 006 004, 006 005, 007 001 | |
| parcel_id | OFTString | 9.4k | 006 004, 006 005, 007 001 | |
| pid | OFTString | 9.4k | 006 004, 006 005, 007 001 | |
| account | OFTString | 9.4k | 6777, 996, 176 | |
| map_no | OFTString | 9.4k | 006 004, 006 005, 007 001 | |
| owner | OFTString | 8.0k | BAILEY M R, DBM RENTALS LLC, DUFFEY LYNN PARK MRS | |
| mail_addr1 | OFTString | 7.6k | 1671 REEMS RD, 671 HERITAGE LAKE DR, 6 DOGWOOD RD LAKEHILL S/D | |
| mail_addr3 | OFTString | 560 | MOLENA, GA 30258, GRIFFIN, GA 30224, NEWNAN, GA 30263 | |
| situs | OFTString | 7.7k | BAGWELL RD, BAGWELL RD, SANDS RD | |
| legal | OFTString | 7.6k | BAGWELL ROAD, BAGWELL ROAD, SANDS ROAD | |
| use_code | OFTString | 1 | Class, Class, Class | |
| acres | OFTString | 2.5k | 115.98, 149.33, 198 | |
| land_val | OFTString | 5.9k | 517,462, 582,462, 639,108 | |
| tax_dist | OFTString | 6 | UNINCORPORATED (District 01), UNINCORPORATED (District 01), UNINCORPORATED (District 01) | |
| homesteadx | OFTString | 16 | No (S0), No (S0), No (S0) | |
| class | OFTString | 25 | V5-Consv Use, A5-Agricultural, V5-Consv Use | |
| lndval | OFTString | 5.9k | 517,462, 582,462, 639,108 | |
| bldval | OFTString | 6.9k | 0, 0, 0 | |
| saledate | OFTString | 4.3k | 12/9/2003, 3/31/2016, 4/15/2021 | |
| saleprice | OFTString | 8.4k | 496 292, 1033 325, 1307 058 | |
| salebook | OFTString | 3.3k | 021 190, 023 047, 033 246 | |
| salepage | OFTString | 1.4k | 0, 0, 0 | |
| heat | OFTString | 10 | Central Heat/AC, Central Heat/AC, Central Heat/AC | |
| basementsq | OFTString | 882 | 0, 0, 0 | |
| style | OFTString | 4 | One Family, One Family, One Family | |
| condition | OFTString | 5 | Good, Average, Average | |
| yearbuilt | OFTString | 80 | 1970, 2022, 2000 |
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.