40 attribute fields, profiled from the March 2024 vintage.
Columns in Wythe County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 28.9k | 51-288, 51-290, 51-291 | |
| SITUS | OFTString | 10.8k | 101 E BAUMGARDNER AVENUE, 101 E BAUMGARDNER AVENUE, 101 E BAUMGARDNER AVENUE | |
| ADDR_NUMBE | OFTString | 2.9k | 101, 101, 101 | |
| STREET_PRE | OFTString | 6 | E, E, E | |
| STREET_NAM | OFTString | 842 | BAUMGARDNER, BAUMGARDNER, BAUMGARDNER | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 22 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 10 | RURAL RETREAT, RURAL RETREAT, RURAL RETREAT | |
| SITUS_ZIP | OFTString | 10 | 24368, 24368, 24368 | |
| OWNER | OFTString | 13.9k | ROBERTSON JESSICA LEE, ROBERTSON JESSICA LEE, ROBERTSON JESSICA LEE | |
| TRANS_DATE | OFTDate | 6.4k | 2019-08-29, 2019-08-29, 2019-08-29 | |
| SALE_PRICE | OFTReal | 1.8k | 115000.0, 115000.0, 115000.0 | |
| BLDG_SQFT | OFTInteger64 | 4.2k | 1800, 1800, 1800 | |
| STORY_HEIG | OFTReal | 6 | 1.0, 1.0, 1.0 | |
| LAND_USE_C | OFTString | 52 | 100C, 100C, 100C | |
| LAND_US_01 | OFTString | 5 | Agricultural, Agricultural, Agricultural | |
| LAND_COVER | OFTString | 25.9k | {"24": 313}, {"24": 299}, {"24": 665} | |
| CROP_COVER | OFTString | 21.4k | {"124": 0.06}, {"123": 0.02, "124": 0.08}, {"124": 0.13} | |
| MUNI_ID | OFTInteger64 | 6 | 1927097, 1927097, 1927097 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 5104110, 5104110, 5104110 | |
| ACREAGE_AD | OFTReal | 15.8k | 0.297470338027355, 0.297470338027355, 0.297470338027355 | |
| MKT_VAL_LA | OFTReal | 1.9k | 35000.0, 35000.0, 35000.0 | |
| MKT_VAL_BL | OFTReal | 3.0k | 0.0, 0.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 4.3k | 122000.0, 122000.0, 122000.0 | |
| ZIP_CODE | OFTString | 13 | 24368, 24368, 24368 | |
| TOTAL_ROOM | OFTInteger64 | 23 | 0, 0, 0 | |
| STYLE | OFTString | 35 | Commercial, Commercial, Commercial | |
| YEAR_BUILT | OFTInteger64 | 187 | 1996, 1996, 1996 | |
| MAIL_ADDRE | OFTString | 11.9k | 101 E BAUMGARDNER AVE, 101 E BAUMGARDNER AVE, 101 E BAUMGARDNER AVE | |
| MAIL_AD_01 | OFTString | 312 | 302 E BUCK AVE, 3585 KLOCKNER RD, 3585 KLOCKNER RD | |
| MAIL_AD_02 | OFTString | 1.5k | RURAL RETREAT VA 24368, RURAL RETREAT VA 24368, RURAL RETREAT VA 24368 | |
| OWNER_OCCU | OFTString | 3 | T, T, T | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| AREA_METER | OFTReal | 28.7k | 238.052050227509, 434.167213373586, 531.577984698672 | |
| ALT_ID_1 | OFTString | 19.1k | 51-290, 51-290, 51-290 | |
| ELEVATION | OFTString | 28.7k | {}, {} | |
| CALC_ACREA | OFTReal | 28.7k | 0.0588250421317197, 0.107287060096747, 0.131358235798889 | |
| COUNTY_NAM | OFTString | 1 | Wythe, Wythe, Wythe | |
| COUNTY_FIP | OFTInteger64 | 1 | 51197, 51197, 51197 | |
| STATE_ABBR | OFTString | 1 | VA, VA, VA |
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.