25 attribute fields, profiled from the November 2021 vintage.
Columns in Campbell County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| gislink | OFTString | 27.4k | 007123 00600, 007139 00600, 007142 01500 | |
| county_id | OFTInteger | 1 | 7, 7, 7 | |
| parcel_typ | OFTInteger | 6 | 1, 1, 1 | |
| calc_acre | OFTReal | 27.1k | 82.829706, 12922.811181, 10361.186547 | |
| parcelid | OFTString | 27.4k | 007 123 00600 000 2022, 007 139 00600 000 2022, 007 142 01500 000 2022 | |
| file_type | OFTString | 1 | A, A, A | |
| conum | OFTString | 1 | 007, 007, 007 | |
| cmap | OFTString | 384 | 123, 139, 142 | |
| gp | OFTString | 7 | A, A, A | |
| parcel | OFTString | 908 | 006.00, 006.00, 015.00 | |
| address | OFTString | 17.7k | NICKS CREEK, STONEY FORK RD, CLINCHMORE RD | |
| city | OFTString | 6 | 000, 000, 000 | |
| deedac | OFTReal | 1.6k | 0.0, 0.0, 10726.6 | |
| calcac | OFTReal | 791 | 0.0, 0.0, 0.0 | |
| owner | OFTString | 21.0k | R J CORMAN RAILROAD, TENNESSEE STATE OF, WINDROCK LAND COMPANY | |
| owner2 | OFTString | 5.7k | PROPERTY LLC, JANE, JUDY A ETAL | |
| lastupdate | OFTString | 21 | 10/13/2021, 10/13/2021, 10/13/2021 | |
| subdiv | OFTString | 1.9k | COAL CREEK COMPANY, CAMPBELL CO BOARD OF ED, CAMPBELL CO BOARD OF ED | |
| lot | OFTString | 2.0k | TR, 1, 2 | |
| starea() | OFTReal | 27.3k | 516405.234375, 78314745.097656, 64601136.007812 | |
| stlength() | OFTReal | 27.5k | 28972.345914, 147089.585808, 65525.97284 | |
| objectid_1 | OFTInteger | 27.5k | 174277, 176884, 176997 | |
| objectid | OFTInteger | 27.5k | 819963, 802015, 1023816 | |
| shape_star | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| shape_stle | OFTReal | 1 | 0.0, 0.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.