37 attribute fields, profiled from the July 2021 vintage.
Columns in Taylor County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 13.4k | 6846, 7398, 7977 | |
| parid | OFTString | 13.3k | 04 11000300000000, 04 11000500030000, 04 11000200000000 | |
| dmp | OFTString | 13.3k | 4-11-3, 4-11-5.3, 4-11-2 | |
| taxdistric | OFTString | 7 | 04, 04, 04 | |
| taxmap | OFTString | 67 | 11, 11, 11 | |
| taxparcel | OFTString | 1.9k | 3, 5.3, 2 | |
| parid_1 | OFTString | 13.3k | 04 11000300000000, 04 11000500030000, 04 11000200000000 | |
| nbhd | OFTString | 34 | 4000, 4000, 4000 | |
| own1 | OFTString | 8.8k | PROPST PAUL, SEESE BRENDA KAY &, PROPST PAUL | |
| own2 | OFTString | 2.1k | JOANN V SMITH & SURV, SMITH JOANN V & SURV, MARY STUTLER (LIFE) | |
| careof | OFTString | — | ||
| owneraddr | OFTString | 6.6k | 131 PEDDLER RUN RD, 182 PEDDLER RUN RD, 131 PEDDLER RUN RD | |
| situsaddr | OFTString | 7.9k | BARBOUR CONRNER RD, BARBOUR COURNERS RD, BARBOUR CORNER RD | |
| cityname | OFTString | 510 | BRIDGEPORT, BRIDGEPORT, BRIDGEPORT | |
| statecode | OFTString | 42 | WV, WV, WV | |
| legal1 | OFTString | 10.1k | SIMPSON CREEK, BARTLETT PARCEL-1, SIMPSON CREEK | |
| legal2 | OFTString | 8.1k | 24.5 ACS, 3.43 AC, 10.21 ACS | |
| legal3 | OFTString | 420 | (CONSOLIDATION), (CONSOLIDATION), & ROYL-DUNN #1 (SENECA UPSHUR) | |
| book | OFTString | 414 | WB21, 286, WB21 | |
| page | OFTString | 872 | 208, 660, 208 | |
| aprland | OFTInteger | 1.1k | 54400, 700, 14900 | |
| aprbldg | OFTInteger | 2.4k | 0, 0, 0 | |
| aprtot | OFTInteger | 2.9k | 54400, 700, 14900 | |
| acres | OFTReal | 2.3k | 24.5, 3.43, 10.21 | |
| jur | OFTString | 1 | 46, 46, 46 | |
| taxyr | OFTInteger | 1 | 2022, 2022, 2022 | |
| wen | OFTString | 66 | 2021-03-16, 2021-03-19, 2021-03-16 | |
| districtna | OFTString | 5 | FLEMINGTON, FLEMINGTON, FLEMINGTON | |
| prc | OFTString | 13.3k | https://wvias.agdmaps.com/taylor/view/sketch/4-11-3, https://wvias.agdmaps.com/taylor/view/sketch/4-11-5.3, https://wvias.agdmaps.com/taylor/view/sketch/4-11-2 | |
| picture | OFTString | 13.3k | http://dl.agdmaps.com/downloads/taylorwv/pictures/--.jpg, http://dl.agdmaps.com/downloads/taylorwv/pictures/--.jpg, http://dl.agdmaps.com/downloads/taylorwv/pictures/--.jpg | |
| mapcard | OFTString | 13.3k | ||
| print_ | OFTString | 13.3k | http://apps.agdmaps.com/print/wv/taylor/index.html?DMP=, http://apps.agdmaps.com/print/wv/taylor/index.html?DMP=, http://apps.agdmaps.com/print/wv/taylor/index.html?DMP= | |
| picture202 | OFTString | 13.3k | https://dl.agd.cc/cp/wv/taylor/2021/4-11-3/, https://dl.agd.cc/cp/wv/taylor/2021/4-11-5.3/, https://dl.agd.cc/cp/wv/taylor/2021/4-11-2/ | |
| picture_20 | OFTString | 13.3k | https://dl.agd.cc/cp/wv/taylor/2020/4-11-3/, https://dl.agd.cc/cp/wv/taylor/2020/4-11-5.3/, https://dl.agd.cc/cp/wv/taylor/2020/4-11-2/ | |
| picture__1 | OFTString | 13.3k | https://dl.agd.cc/cp/wv/taylor/2022/4-11-3/, https://dl.agd.cc/cp/wv/taylor/2022/4-11-5.3/, https://dl.agd.cc/cp/wv/taylor/2022/4-11-2/ | |
| shape__are | OFTReal | 13.4k | 842962.724884, 112426.711945, 406497.810516 | |
| shape__len | OFTReal | 13.4k | 5507.811304, 1400.232686, 2640.1309 |
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.