30 attribute fields, profiled from the January 2018 vintage.
Columns in Braxton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 9.8k | 04-08-0003-0005-0000, 04-05-009L-0010-0000, 04-05-009L-0012-0000 | |
| SITUS | OFTString | 594 | N 6TH St, N ROUTE, N ROUTE | |
| ADDR_NUMBE | OFTString | 73 | 1448, 289, 505 | |
| STREET_PRE | OFTString | 3 | N, N, N | |
| STREET_NAM | OFTString | 444 | 6TH, ROUTE, ROUTE | |
| STREET_SUF | OFTString | 4 | S, S, S | |
| STREET_TYP | OFTString | 29 | St, Rd, Rd | |
| SITUS_CITY | OFTString | 11 | SUTTON, SUTTON, SUTTON | |
| SITUS_ZIP | OFTString | 11 | 26601, 26601, 26601 | |
| OWNER | OFTString | 6.0k | CONNOR DONALD H &/OR CAROLYN M, CONNER TRACY S ET AL, CONNER TRACY S ET AL | |
| BLDG_SQFT | OFTInteger64 | 1.0k | 3376, 0, 0 | |
| STORY_HEIG | OFTReal | 3 | 1.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 68 | 101, 332, 100 | |
| LAND_US_01 | OFTString | 4 | Residential, Commercial, Residential | |
| MUNI_ID | OFTInteger64 | 4 | 1928262, 1928262, 1928262 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 5400120, 5400120, 5400120 | |
| MKT_VAL_LA | OFTReal | 1.0k | 10000.0, 4700.0, 3200.0 | |
| MKT_VAL_BL | OFTReal | 1.3k | 66300.0, 2900.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 1.7k | 76300.0, 7600.0, 3200.0 | |
| ZIP_CODE | OFTString | 22 | 26601, 26601, 26601 | |
| TOTAL_ROOM | OFTInteger64 | 15 | 6, 0, 0 | |
| STYLE | OFTString | 10 | Conventional, Conventional, Conventional | |
| EXTERIOR | OFTString | 9 | Aluminum, Frame, Frame | |
| YEAR_BUILT | OFTInteger64 | 141 | 1960, 0, 0 | |
| LEGAL_DESC | OFTString | 282 | AT 3000, 11.58 AC, 291.6 X 860.0 X 213.2 X 740.0 | |
| LEGAL_D_01 | OFTString | 2.1k | 120X180, 100 X 300, 225X420X120X320X100X100 | |
| LEGAL_D_02 | OFTString | 7.6k | N SUTTON LOTS 126 & 127, GRANNYS CREEK 0.25 AC, GRANNYS CREEK 0.5 AC | |
| MAIL_ADDRE | OFTString | 961 | SUTTON WV 26601, CHARLESTON WV 25312, CHARLESTON WV 25312 | |
| MAIL_AD_01 | OFTString | 4.8k | 301 N 5TH ST, #4 BEAR FORK ROAD, #4 BEAR FORK ROAD | |
| MAIL_NAME | OFTString | 569 | MARTIN JO ANN, MARTIN JO ANN, JAMISON GERALD |
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.