37 attribute fields, profiled from the December 2017 vintage.
Columns in Mineral County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| COUNTY | OFTString | 3 | 29, 29, 29 | |
| DISTRICT | OFTString | 11 | 04, 02, 04 | |
| MAP | OFTString | 135 | 40, 26, 04 | |
| PARCEL | OFTString | 467 | 0026, 0044, 9999 | |
| SUBPARCEL | OFTString | 67 | 0001, 0001, 0004 | |
| PID | OFTString | 2.2k | 26.1, 44.1, 9999.4 | |
| NOTES | OFTString | 53 | Parcel without PID: See 11-3.jpg, 5/12/10, MERGED W/ 2-19-7 | |
| ROOTID | OFTString | 12.6k | 29-02- 26-0044-0001-0000, 29-07- 9-0379-0000-0000, 29-05- 4-0004-0000-0000 | |
| PTD_NOTES | OFTString | 5 | 0, dsap3, 0 | |
| PARID | OFTString | 19.2k | 04 40002600010000, 02 26004400010000, 04 4999900040000 | |
| GLOBALID | OFTString | 19.2k | {57284031-BF9D-46DB-9FB3-2A307870B3D0}, {46FD054F-E1E0-4618-A2AA-1CFB9F7FFA1D}, {EB406553-88CB-4665-9C38-7E69AC535634} | |
| CALC_AC | OFTString | 3.3k | 5.9664470700000001, 4.29, 8.8000000000000007 | |
| MAP_NAME | OFTString | 283 | 04_40, 02_26, 04_04 | |
| SHAPE_STAR | OFTString | 19.0k | 259877.14781600001, 186708.128555, 629513.53825999994 | |
| SHAPE_STLE | OFTString | 18.9k | 3357.6123392899999, 2404.55460335, 3410.6048957600001 | |
| DMP | OFTString | 18.8k | 10-6-1.6, 2-26-9.1, 2-11-26.8 | |
| DIST | OFTString | 11 | 10, 02, 02 | |
| MAP_1 | OFTString | 132 | 6, 26, 11 | |
| PARCEL_1 | OFTString | 2.2k | 1.6, 9.1, 26.8 | |
| PARID_1 | OFTString | 18.8k | 10 6000100060000, 02 26000900010000, 02 11002600080000 | |
| NBHD | OFTString | 103 | 0040, 0020, 002A | |
| OWN1 | OFTString | 13.0k | RODERICK BENNETT C & NANCY, BLACK ANGUS FARM LLC, DAVID ANTHONY L &/OR ETALS | |
| OWN2 | OFTString | 5.4k | LE-BENNETT W & JOYLEE RODERICK, METHODIST, TRUSTEES REVOC TRUSTS | |
| CAREOF | OFTString | — | ||
| OWNERADDR | OFTString | 7.9k | 220 KIDWILER RD, 117 DRAGONFLY LN, 652 WIERT LN | |
| SITUSADDR | OFTString | 8.1k | KNOBLEY RD, RT 42, 117 DRAGONFLY LN | |
| CITYNAME | OFTString | 634 | BURLINGTON, HARPERS FERRY, ELK GARDEN | |
| STATECODE | OFTString | 48 | WV, WV, WV | |
| LEGAL1 | OFTString | — | ||
| LEGAL2 | OFTString | — | ||
| LEGAL3 | OFTString | — | ||
| BOOK | OFTString | 491 | 321, 343, 336 | |
| PAGE | OFTString | 1.8k | 371, 848, 209 | |
| APRLAND | OFTString | 942 | 0, 0, 0 | |
| APRBLDG | OFTString | 2.5k | 0, 0, 0 | |
| APRTOT | OFTString | 2.8k | 0, 0, 0 | |
| ACRES | OFTString | 2.6k | 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.