28 attribute fields, profiled from the February 2024 vintage.
Columns in Liberty County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcels_pi | OFTString | 27.5k | 095 001, 129 013, 129 012 | |
| parcel_id | OFTString | 25.8k | 095 001, 129 013, 129 012 | |
| pid | OFTString | 25.8k | 095 001, 129 013, 129 012 | |
| map_no | OFTString | 25.8k | 095 001, 129 013, 129 012 | |
| owner | OFTString | 21.1k | JAMESTOWN TIMBER 2 L P, STEWART FRANK, WEYERHAEUSER COMPANY | |
| mail_addr1 | OFTString | 19.9k | C/O FW FORESTRY SERVICES INC P O BOX 3610, C/O GLADYS DAVIS 709 W 57 TH ST, 100 PROFESSIONAL CENTER DR | |
| mail_addr3 | OFTString | 2.3k | ALBANY, GA 31706, SAVANNAH, GA 31405-0000, BRUNSWICK, GA 31525 | |
| situs | OFTString | 21.0k | BRIAR BAY RD, BRIAR BAY RD, BRIAR BAY RD | |
| legal | OFTString | 24.8k | 1163.87 S/S BRAIR BAY RD, LOT 3 15 GMD, 13 AC 15 GMD | |
| use_code | OFTString | 1 | Class, Class, Class | |
| acres | OFTString | 1.9k | 1163.87, 2.74, 13 | |
| land_val | OFTString | 7.6k | 759,078, 6,449, 3,572 | |
| tax_dist | OFTString | 8 | COUNTY (District 01), COUNTY (District 01), COUNTY (District 01) | |
| nbhd | OFTString | 407 | COASTAL OLD GUN (367), COASTAL OLD GUN (367), COASTAL OLD GUN (367) | |
| homesteadx | OFTString | 15 | No (S0), No (S0), No (S0) | |
| yearbuilt | OFTString | 64 | 2014, 2003, 2016 | |
| class | OFTString | 32 | J5, R4-Residential, R4-Residential | |
| lndval | OFTString | 7.6k | 759,078, 6,449, 3,572 | |
| bldval | OFTString | 17.4k | 0, 0, 0 | |
| saledate | OFTString | 8.3k | 9/25/2012, 8/25/1977, 10/15/2001 | |
| saleprice | OFTString | 22.9k | 1743 278, 150 58, 1037 510 | |
| salebook | OFTString | 11.9k | MB, UNK, UNK | |
| salepage | OFTString | 4.0k | 0, 0, 0 | |
| heat | OFTString | 11 | Central Heat/AC, Floor/Wall Furnace, Central Heat/AC | |
| basementsq | OFTString | 28 | 0, 0, 0 | |
| style | OFTString | 4 | One Family, One Family, One Family | |
| condition | OFTString | 5 | Average, Poor, Average | |
| mktlnd | OFTString | 1.7k | CIM TIMBER LLC, CIM TIMBER LLC, YELLOW BLUFF DEVELOPMENT LLC |
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.