39 attribute fields, profiled from the November 2022 vintage.
Columns in San Miguel County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 29.3k | 1-151-078-290-029, 1-151-078-360-048, 1-151-078-362-067 | |
| SITUS | OFTString | 10.6k | 102 E Baranca St, 204 E Baranca St, 207 E Baranca St | |
| ADDR_NUMBE | OFTString | 1.8k | 102, 204, 207 | |
| STREET_PRE | OFTString | 7 | E, E, E | |
| STREET_NAM | OFTString | 1.1k | Baranca, Baranca, Baranca | |
| STREET_SUF | OFTString | 3 | E, E, S | |
| STREET_TYP | OFTString | 49 | St, St, St | |
| SITUS_CITY | OFTString | 5 | LAS VEGAS, LAS VEGAS, LAS VEGAS | |
| SITUS_ZIP | OFTString | 5 | 87701, 87701, 87701 | |
| ADDR_SEC_U | OFTString | 13 | Lot, #, Rear | |
| ADDR_SE_01 | OFTString | 25 | Next, 2, Store | |
| OWNER | OFTString | 18.1k | Mandilawi Ameer, Denton Family Trust, Ansley-Sandon Jessie L | |
| LAND_COVER | OFTString | 23.6k | {"21": 28, "22": 243}, {"22": 355}, {"22": 276, "23": 39} | |
| CROP_COVER | OFTString | 19.6k | {"121": 0.02, "122": 0.18}, {"121": 0.03, "152": 0.1}, {"122": 0.24} | |
| MUNI_ID | OFTInteger64 | 5 | 1937514, 1937514, 1937514 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 3501560, 3501560, 3501560 | |
| ACREAGE_AD | OFTReal | 22.2k | 0.204236560266044, 0.127131853598848, 0.237836510557225 | |
| ZIP_CODE | OFTString | 23 | 88416, 88416, 88416 | |
| LEGAL_DESC | OFTString | 22.6k | Subd: Big Mesa Addition Lot: 8 Block: 1 S: 8 T: 13 R: 26, Subd: Big Mesa Addition Lot: 14 Block: 1 S: 8 T: 13 R: 26, Subd: Big Mesa Addition Lot: 23 Block: 3 S: 8 T: 13 R: 26 | |
| MAIL_ADDRE | OFTString | 13.7k | 102 E Barranca H6-5, 443 S. Corona St, 19 Shadow View Road` | |
| MAIL_AD_01 | OFTString | 193 | SUITE B313, 1827 TRMWY TERRACE LP NE, NE SPACE #269 | |
| MAIL_AD_02 | OFTString | 3.0k | Conchas Dam NM 88416, Denver CO 80209, Los Lunas NM 87031 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 7 | 957500, 957500, 957500 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 1.0k | 1623, 1990, 1618 | |
| AREA_METER | OFTReal | 29.6k | 826.500587859835, 514.474742417742, 962.472221104874 | |
| FLD_ZONE | OFTString | 20 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 17 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 15 | 2629107, 2629107, 2629107 | |
| ALT_ID_1 | OFTString | 25.8k | R0289800, R0264240, R0285740 | |
| ELEVATION | OFTString | 29.5k | ||
| ROBUST_ID | OFTString | 29.6k | AACI53tdrBf-42tN, AACI53Si8Di-hDvn, AACI59dMkqD5ZqVO | |
| CALC_ACREA | OFTReal | 29.6k | 0.204236560266044, 0.127131853598848, 0.237836510557225 | |
| COUNTY_NAM | OFTString | 1 | San Miguel, San Miguel, San Miguel | |
| COUNTY_FIP | OFTInteger64 | 1 | 35047, 35047, 35047 | |
| STATE_ABBR | OFTString | 1 | NM, NM, NM | |
| CTY_ROW_ID | OFTInteger64 | 29.6k | 8641, 21085, 1520 |
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.