31 attribute fields, profiled from the May 2017 vintage.
Columns in Lincoln County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 17.2k | 1, 2, 3 | |
| OBJECTID_1 | OFTInteger64 | 17.2k | 12679, 10297, 10277 | |
| DIST | OFTString | 10 | 04, 04, 04 | |
| MAP | OFTString | 71 | 45, 45, 45 | |
| PID | OFTString | 1.4k | 4.2, 1.2, 3 | |
| PARID | OFTString | 15.9k | 04 45000400020000, 04 45000100020000, 04 45000300000000 | |
| ACRES | OFTReal | 2.7k | 22.0, 1.0, 25.0 | |
| CALC_ACRES | OFTReal | 15.8k | 22.289957, 3.544061, 30.666434 | |
| PLAT_REF | OFTString | 2.0k | 184-351, 04-002, 189-362 | |
| DIMENSION | OFTString | 136 | 100X90X160X110X160, 50X50, 40X35 | |
| DISTMAP | OFTString | 263 | 04-45, 04-45, 04-45 | |
| CLASS | OFTInteger64 | 4 | 2, 2, 0 | |
| OWN1 | OFTString | 12.0k | RUNYON EUNICE & GUSTIE, STROUD JESSIE D & SHERRY, CO CHESAPEAKE APPALACHIA | |
| OWN2 | OFTString | 2.8k | STROUD (SURV), SURV, INC | |
| CAREOF | OFTString | — | ||
| ADDR1 | OFTString | 768 | TAX DEPT, 0, TAX DEPT | |
| ADDR2 | OFTString | 8.9k | HC 70 BOX 1415, HC 70 BOX 1415, P O BOX 18496 | |
| ADDR3 | OFTString | 1.2k | BREEDEN WV 25666, BREEDEN WV 25666, OKLAHOMA CITY OK 73154 0496 | |
| BOOK | OFTString | 362 | 372, 319, 313 | |
| PAGE | OFTString | 844 | 279, 164, 612 | |
| NEWOWNAD_2 | OFTString | 86 | HARTS WV 25524, HARTS WV 25524, HARTS WV 25524 | |
| LEGAL1 | OFTString | 14.1k | SUR 22 AC 12 POLE CK, 12 POLE CREEK 1 ACRE, FEE OGM 88 AC 12 POLE CK | |
| LEGAL2 | OFTString | 4.7k | FREE GAS RTS, CK, 0 | |
| LEGAL3 | OFTString | 391 | 150, HALF ACRE, ACTIVE FARM | |
| LEGADD | OFTString | 115 | K, C +-, 6 AC | |
| MINLAND | OFTInteger64 | 1.2k | 5700, 5340, 0 | |
| MINBLDG | OFTInteger64 | 1.6k | 0, 0, 0 | |
| MINNATRES | OFTInteger64 | 238 | 0, 0, 0 | |
| TOTASM | OFTInteger64 | 2.8k | 5700, 5340, 0 | |
| HMSD | OFTInteger64 | 336 | 0, 0, 0 | |
| NETASMT | OFTInteger64 | 3.3k | 5700, 5340, 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.