43 attribute fields, profiled from the September 2021 vintage.
Columns in Jackson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 20.0k | 10763, 10795, 10820 | |
| dist | OFTString | 7 | 04, 04, 04 | |
| map | OFTString | 126 | 61, 62, 62 | |
| pid | OFTString | 2.0k | 5, 7, 18.2 | |
| parid | OFTString | 19.8k | 04 61000500000000, 04 62000700000000, 04 62001800020000 | |
| acres | OFTString | 3.9k | 202.5, 21.13, 391.18 | |
| fcode | OFTString | 6 | PARCEL, PARCEL, PARCEL | |
| comp_code | OFTString | 3 | BEST FIT, BEST FIT, BEST FIT | |
| plat_ref | OFTString | 1.1k | MAP BOOK 6 PG 124, MAP BOOK 12 PG 089, 4-62-16.2 | |
| mapcardlin | OFTString | 19.8k | ||
| pdf_map | OFTString | 19.8k | ||
| objectid | OFTInteger | 19.6k | 12394, 12439, 12466 | |
| dmp | OFTString | 19.8k | 4-61-5, 4-62-7, 4-62-18.2 | |
| taxdistric | OFTString | 7 | 04, 04, 04 | |
| taxmap | OFTString | 126 | 61, 62, 62 | |
| taxparcel | OFTString | 2.0k | 5, 7, 18.2 | |
| parid_1 | OFTString | 19.8k | 04 61000500000000, 04 62000700000000, 04 62001800020000 | |
| nbhd | OFTString | 51 | 0040, 0040, 0040 | |
| own1 | OFTString | 13.5k | RANSON T R JAMES T RANSON, COLEMAN TONY DALE, ESHENAUR STEVEN C & LORI D | |
| own2 | OFTString | 3.2k | FAMILY TRUST MARTHA LEE RANSON, MARLENE D & FREDDY L BOYCE, SLATER KENNETH LAWRENCE SLATER | |
| careof | OFTString | — | ||
| owneraddr | OFTString | 10.4k | 214 AUTUMN DR, 19 HAVEN LN, 266 HAVEN LN | |
| situsaddr | OFTString | 11.0k | ROUTE 21/34, RD 21/34, 266 HAVEN LN | |
| cityname | OFTString | 752 | DUNBAR, KENNA, KENNA | |
| statecode | OFTString | 48 | WV, WV, WV | |
| zip1 | OFTString | 877 | 25064, 25248, 25248 | |
| legal1 | OFTString | 13.3k | 202.50 AC, 21.13 AC LF POCA & SPICEWOOD, 391.176 AC | |
| legal2 | OFTString | 3.9k | L F POCA, COLEMAN #3/#4-FRANCIS, L F POCA | |
| legal3 | OFTString | 178 | CORE APPALACHIA, NYTIS WELLS, NCEE 894/NYTIS EXP | |
| book | OFTString | 736 | 448, WB22, 418 | |
| page | OFTString | 1.6k | 817, 173, 243 | |
| aprland | OFTInteger | 1.2k | 106300, 46600, 54700 | |
| aprbldg | OFTInteger | 2.4k | 0, 78900, 556600 | |
| aprtot | OFTInteger | 2.8k | 106300, 125500, 611300 | |
| acres_1 | OFTReal | 2.6k | 391.18, 46.82, 5.86 | |
| jur | OFTString | 1 | 18, 18, 18 | |
| taxyr | OFTInteger | 1 | 2019, 2019, 2019 | |
| wen | OFTString | 221 | 2018-03-22, 2018-03-22, 2018-10-25 | |
| districtna | OFTString | 1 | r2, r2 | |
| edited_dat | OFTString | 17 | 2020-06-10, 2020-02-26, 2020-06-10 | |
| globalid | OFTString | 20.0k | b4a2a041-d592-4844-862f-5537243f68cc, 4eeac552-6c9e-4349-b8bb-a077a7a67ae0, 87c0332c-b2ce-4b94-8b8c-979a728e43bd | |
| shape__are | OFTReal | 19.8k | 519122.58429, 2351081.229797, 19983319.336487 | |
| shape__len | OFTReal | 19.6k | 4053.521979, 9684.796822, 25527.477871 |
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.