38 attribute fields, profiled from the April 2024 vintage.
Columns in Guadalupe County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 3.3k | 1103066096066, 1100065096258, 1091051066320 | |
| SITUS | OFTString | 916 | 4319 N Us Highway 84, 1064 Corral Road, No Info | |
| ADDR_NUMBE | OFTString | 557 | 4319, 1064, 112 | |
| STREET_PRE | OFTString | 10 | N Us Highway, Camino, Camino | |
| STREET_NAM | OFTString | 121 | 84, Corral, No Info | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 8 | Rd, Loop, Loop | |
| SITUS_CITY | OFTString | 2 | SANTA ROSA, SANTA ROSA, SANTA ROSA | |
| SITUS_ZIP | OFTString | 2 | 88435, 88435, 88435 | |
| OWNER | OFTString | 1.9k | Stevens Michael J. & Gloria M., Sanchez Napoleon P. & Crystal L., Lucero Luis Etal | Lucero Aristeo C. Jr. | |
| LAND_COVER | OFTString | 3.1k | {"21": 13, "22": 3, "23": 1, "42": 47, "52": 1482, "71": 11}, {"52": 456, "71": 52, "82": 13, "90": 153, "95": 445}, {"21": 4, "22": 12, "23": 4, "52": 425, "71": 240} | |
| CROP_COVER | OFTString | 2.7k | {"121": 0.61, "122": 0.41, "152": 22.82, "176": 11.2}, {"142": 14.41, "152": 145.8}, {"142": 22.84, "152": 217.71} | |
| MUNI_ID | OFTInteger64 | 3 | 1937522, 1937522, 1937522 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 3502400, 3502400, 3502400 | |
| ACREAGE | OFTReal | 637 | 343.0, 0.0, 39.61 | |
| ACREAGE_AD | OFTReal | 3.2k | 322.490684646606, 25.5908557737266, 35.0434371245366 | |
| ZIP_CODE | OFTString | 7 | 87711, 87711, 88435 | |
| LEGAL_DESC | OFTString | 197 | Dilia A, Township 11 N R, Township 9 N Ra | |
| PLSS_SECTI | OFTString | 36 | 19, 31, 30 | |
| PLSS_TOWNS | OFTString | 10 | 9N, 11N, 11N | |
| PLSS_RANGE | OFTString | 11 | 16E, 16E, 16E | |
| MAIL_ADDRE | OFTString | 1.6k | Po Box 9, 1500 34Th Circle Se, Hc 61, Box 56 | |
| MAIL_AD_01 | OFTString | 349 | Anton Chico NM 87711, Rio Rancho NM 87124, Encino NM 88321 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_BLK | OFTInteger | 4 | 4, 4, 4 | |
| CENSUS_BLO | OFTInteger | 585 | 4029, 4067, 4212 | |
| AREA_METER | OFTReal | 3.5k | 1305049.10625473, 103560.583439467, 141813.108026938 | |
| FLD_ZONE | OFTString | 2 | {A}, {A}, {A} | |
| PLACE_GNIS | OFTInteger64 | 8 | 2584142, 2584047, 2584142 | |
| ALT_ID_1 | OFTString | 2.3k | 10827, 12957, 12308 | |
| ELEVATION | OFTString | 3.5k | ||
| ROBUST_ID | OFTString | 3.6k | AACIy1B7Qbi-xzIu, AACIy6lajhWQhAz7, AACIy7m_515TIDbv | |
| CALC_ACREA | OFTReal | 3.5k | 322.490684646606, 25.5908557737267, 35.0434371245366 | |
| COUNTY_NAM | OFTString | 1 | Guadalupe, Guadalupe, Guadalupe | |
| COUNTY_FIP | OFTInteger64 | 1 | 35019, 35019, 35019 | |
| STATE_ABBR | OFTString | 1 | NM, NM, NM | |
| CTY_ROW_ID | OFTInteger64 | 3.6k | 3370, 3451, 2527 |
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.