26 attribute fields, profiled from the February 2024 vintage.
Columns in Screven County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| key | OFTString | 10.8k | 073 003C, 073 003B, 090 018 | |
| parcel_id | OFTString | 10.3k | 073 003C, 073 003B, 090 018 | |
| pid | OFTString | 10.3k | 073 003C, 073 003B, 090 018 | |
| map_no | OFTString | 10.3k | 073 003C, 073 003B, 090 018 | |
| owner | OFTString | 7.1k | JAUDON ERNEST ET AL, DIXON MICHAEL T, HILLIS STANTON R | |
| mail_addr1 | OFTString | 6.9k | C/O OZENA TURNER 2518 PARKWAY DR, 1118 STONEY BLUFF LANDING ROAD, 3116 STONEY BLUFF ROAD | |
| mail_addr3 | OFTString | 1.1k | AUGUSTA, GA 30904, GIRARD, GA 30426, GIRARD, GA 30426 | |
| situs | OFTString | 6.5k | STONY BLUFF ROAD, 3013 STONY BLUFF ROAD, STONY BLUFF ROAD | |
| legal | OFTString | 10.0k | 3.0 AC STONY BLUFF RD VAC, 1.5 AC HSE STONY BLUFF RD BURKE CO LINE, 40.0 AC VAC STONY BLUFF RD | |
| use_code | OFTString | 1 | Class, Class, Class | |
| acres | OFTString | 3.2k | 3, 1.5, 40 | |
| land_val | OFTString | 2.3k | 10,400, 6,500, 48,100 | |
| tax_dist | OFTString | 6 | County (District 01), County (District 01), County (District 01) | |
| homesteadx | OFTString | 18 | No (S0), No (S0), No (S0) | |
| class | OFTString | 27 | R4-Residential, R4-Residential, A5-Agricultural | |
| lndval | OFTString | 2.3k | 10,400, 6,500, 48,100 | |
| bldval | OFTString | 3.2k | 0, 92,700, 0 | |
| saledate | OFTString | 5.6k | 3/16/2023, 7/27/2012, 7/17/2019 | |
| salepage | OFTString | 1.2k | 0, 20,350, 0 | |
| heat | OFTString | 15 | Central Heat/AC, Central Heat/AC, Baseboard | |
| yearbuilt | OFTString | 73 | 2021, 2011, 2021 | |
| basementsq | OFTString | 40 | 0, 0, 0 | |
| style | OFTString | 5 | One Family, One Family, One Family | |
| saleprice | OFTString | 8.8k | 533 937, 427 249, 498 657 | |
| salebook | OFTString | 5.8k | 35 109A, 31 21, DB B 247 | |
| condition | OFTString | 5 | Average, Average, Average |
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.