50 attribute fields, profiled from the December 2023 vintage.
Columns in Cherokee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 34.0k | 1, 742, 1403 | |
| pcliid | OFTInteger | 34.0k | 592542, 593348, 593349 | |
| ppin | OFTReal | 34.0k | 26342.0, 22144.0, 510463.0 | |
| pin | OFTString | 34.0k | 26342, 22144, 510463 | |
| parcelid | OFTString | 34.0k | 2409300000001001, 2404190000008000, 2404190000008001 | |
| parcelid_g | OFTString | 34.0k | 13-24-09-30-0-000-001.001, 13-24-04-19-0-000-008.000, 13-24-04-19-0-000-008.001 | |
| owner | OFTString | 19.2k | YANG YUANHANG AND XI YONGLI, ROWLAND REBECCA L AND NOICE DARLA GAIL B, MARK JESSICA AND SHAW KATHY | |
| mailadd1 | OFTString | 15.0k | 115 FOALGARTH WAY, PO BOX 1178, 155 CO RD 315 | |
| mailadd2 | OFTString | 290 | 60 CO RD 67, (175 CO RD 29 PIEDMONT, AL), STE 525 | |
| mailadd3 | OFTString | — | ||
| mailcity | OFTString | 987 | JOHNS CREEK, CEDAR BLUFF, LEESBURG | |
| mailstate | OFTString | 49 | GA, AL, AL | |
| mailzip1 | OFTString | 1.2k | 30022, 35959, 35983 | |
| mailzip2 | OFTString | 2.8k | 7165, 1178, 3121 | |
| ttv | OFTReal | 8.1k | 5211.0, 73936.0, 67000.0 | |
| tav | OFTReal | 3.0k | 520.0, 11340.0, 6720.0 | |
| timberacre | OFTReal | 1.1k | 8.5, 41.0, 39.0 | |
| uservalue | OFTInteger | 3.7k | 5211, 34436, 13486 | |
| taxdist | OFTString | 7 | 02, 02, 02 | |
| flag1 | OFTString | — | ||
| flag2 | OFTString | — | ||
| flag3 | OFTString | — | ||
| flag4 | OFTString | — | ||
| flag5 | OFTString | — | ||
| flag6 | OFTString | — | ||
| situsaddid | OFTInteger | — | ||
| situsaddna | OFTString | 1.5k | COUNTY RD 6, COUNTY RD 6, COUNTY RD 6 | |
| situsaddnu | OFTInteger | 4.3k | 0, 0, 0 | |
| situsaddci | OFTInteger | — | ||
| impdescrip | OFTString | 1.5k | ,, Res/Com, Carport/Shed, Manuf Home, | |
| propertycl | OFTString | — | ||
| propertysu | OFTString | — | ||
| sublot | OFTString | 870 | 7, 9, 7P | |
| subblock | OFTString | 50 | A, A, A | |
| previousow | OFTString | 19.0k | PIRATE TIMBERLANDS LLC, ROWLAND REBECCA L AND NOICE DARLA GAIL B, MARK JESSICA REMAINDERMAN AND ROWLAND RE | |
| deededacre | OFTReal | 1.2k | 0.0, 0.0, 0.0 | |
| calcacres | OFTReal | 1.7k | 8.5, 62.0, 18.0 | |
| pin_pid | OFTString | 34.0k | 26342.00000000, 2409300000001001, 22144.00000000, 2404190000008000, 510463.00000000, 2404190000008001 | |
| neighborho | OFTString | 6 | CO, CO, CO | |
| neighbor_1 | OFTString | 6 | CO, CO, CO | |
| legaldescr | OFTString | 33.3k | N/2 NW/4 N OF CO LINE , COM @ SW COR;N600 TO POB;CONT N2044;E1323;S2073;W1338 TO POB, BEG @ SW COR; N600;E1338;S573;W1344 TO POB | |
| taxyeardue | OFTInteger | 2 | 2023, 2023, 2023 | |
| totaltaxdu | OFTReal | 9.8k | 22.69, 480.38, 282.24 | |
| cimpvalue | OFTReal | 3.5k | 0.0, 32900.0, 10300.0 | |
| clandvalue | OFTReal | 5.2k | 5211.0, 41036.0, 56700.0 | |
| inside_x | OFTReal | 34.0k | -85.53264999, -85.73247661, -85.73600702 | |
| inside_y | OFTReal | 34.0k | 34.14220369, 33.96839555, 33.97299054 | |
| inside_z | OFTReal | — | ||
| starea() | OFTReal | 33.8k | 4516017.97265625, 50931.1015625, 370073.06640625 | |
| stlength() | OFTReal | 34.0k | 73793.4657081132, 2119.81093111804, 2495.9092116002 |
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.