30 attribute fields, profiled from the January 2018 vintage.
Columns in Wirt County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.7k | 53-04-0001-0003-0004, 53-04-0001-0003-0005, 53-04-0001-0003-0006 | |
| SITUS | OFTString | 871 | N ROUTE, N ROUTE, N ROUTE | |
| ADDR_NUMBE | OFTString | 369 | 188, 300, 87 | |
| STREET_PRE | OFTString | 4 | N, N, N | |
| STREET_NAM | OFTString | 501 | ROUTE, ROUTE, ROUTE | |
| STREET_SUF | OFTString | 2 | E, W, W | |
| STREET_TYP | OFTString | 31 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 6 | ELIZABETH, PALESTINE, ELIZABETH | |
| SITUS_ZIP | OFTString | 6 | 26143, 26160, 26143 | |
| OWNER | OFTString | 4.0k | DEPUE JACK D, MCVEY DUANE & MCVEY LOU ANN, STANLEY JUSTIN D | |
| BLDG_SQFT | OFTInteger64 | 730 | 0, 0, 0 | |
| STORY_HEIG | OFTReal | 3 | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 58 | 332, 332, 300 | |
| LAND_US_01 | OFTString | 4 | Commercial, Commercial, Commercial | |
| MUNI_ID | OFTInteger64 | 3 | 1928188, 1928188, 1928188 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 5401590, 5401590, 5401590 | |
| MKT_VAL_LA | OFTReal | 719 | 3700.0, 7700.0, 19000.0 | |
| MKT_VAL_BL | OFTReal | 934 | 40200.0, 38000.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 1.2k | 43900.0, 45700.0, 19000.0 | |
| ZIP_CODE | OFTString | 14 | 26143, 26143, 26143 | |
| TOTAL_ROOM | OFTInteger64 | 16 | 0, 0, 0 | |
| STYLE | OFTString | 10 | Conventional, Conventional, Conventional | |
| EXTERIOR | OFTString | 9 | Aluminum, Aluminum, Frame | |
| YEAR_BUILT | OFTInteger64 | 128 | 1990, 1989, 0 | |
| LEGAL_DESC | OFTString | 133 | GRASS DRIVEWAY, LKR, LOTS 13 & 14 | |
| LEGAL_D_01 | OFTString | 1.2k | 150X249X193X254, 130X64, LOT # 3 LKR | |
| LEGAL_D_02 | OFTString | 6.1k | .227 AC LKR LOT B, .731 AC LKR LOT A, .407 AC LKR LOT M | |
| MAIL_ADDRE | OFTString | 558 | ELIZABETH WV 26143, ELIZABETH WV 26143, ELIZABETH WV 26143 | |
| MAIL_AD_01 | OFTString | 3.0k | 71 DEPUE DR, P O BOX 905, 1340 FISH HATCHERY RD | |
| MAIL_NAME | OFTString | 406 | MARY WHIPKEY, TERRY MURPHY, GARYY MICHAEL ANDERSON |
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.