41 attribute fields, profiled from the November 2022 vintage.
Columns in McKinley County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.3k | 0-637-890-000-000, 0-639-830-000-000, 0-699-570-000-000 | |
| SITUS | OFTString | 6.8k | 001001 E 66, 001011 E 66, 001020 E 66 | |
| ADDR_NUMBE | OFTString | 1.3k | 1001, 1011, 1020 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 625 | 66, 66, 66 | |
| STREET_SUF | OFTString | 4 | W, W, W | |
| STREET_TYP | OFTString | 29 | Ave, Ave, Hwy | |
| SITUS_CITY | OFTString | 6 | GALLUP, GALLUP, GALLUP | |
| SITUS_ZIP | OFTString | 6 | 87301, 87301, 87301 | |
| ADDR_SEC_U | OFTString | 3 | #, Box, # | |
| ADDR_SE_01 | OFTString | 5 | 61, 1, 64 | |
| OWNER | OFTString | 8.3k | United States Of America, Becenti Dorothy H., Taylor Tom & Leetra | |
| LAND_USE_C | OFTString | 492 | 26051, 1001, 25028 | |
| LAND_US_01 | OFTString | 2 | Residential, Agricultural, Residential | |
| LAND_COVER | OFTString | 10.5k | {"42": 274, "52": 498}, {"21": 1, "52": 675, "71": 104}, {"52": 406, "71": 214} | |
| CROP_COVER | OFTString | 8.3k | {"131": 0.21, "142": 60.13, "152": 98.1}, {"152": 149.98, "176": 10.71}, {"152": 0.49} | |
| MUNI_ID | OFTInteger64 | 4 | 1937517, 1937517, 1937517 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 3501110, 3501110, 3501110 | |
| ACREAGE_AD | OFTReal | 9.9k | 158.43419673181, 482.128716890997, 0.488864096964044 | |
| ZIP_CODE | OFTString | 20 | 87313, 87313, 87013 | |
| LEGAL_DESC | OFTString | 12.7k | ALL OF 22 9 3, AMBROSIA TRACTS D.R. 13-626, THE E1/2SE1/4 OF 17 16 13, AMBROSIA TRACTS, BLOCK 4 LOT 14, AMBROSIA TRACT 1, IN SEC21 T14 R09, | |
| MAIL_ADDRE | OFTString | 6.7k | C/O P.O. Box 1060, P.O. Box 455, 1630 17Th Nw | |
| MAIL_AD_01 | OFTString | 928 | NM 87305, NM 87313, OR 97330 | |
| MAIL_NAME | OFTString | 2.8k | Dodson Haley, Attn: Noland, Janna, Kathleen Asbury Boynton | |
| OWNER_OCCU | OFTString | 3 | ?, ?, ? | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 15 | 944000, 943500, 944000 | |
| CENSUS_BLK | OFTInteger | 6 | 2, 1, 1 | |
| CENSUS_BLO | OFTInteger | 849 | 2555, 1963, 1680 | |
| AREA_METER | OFTReal | 12.8k | 641148.463161387, 650307.750648065, 1978.32583450303 | |
| FLD_ZONE | OFTString | 17 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 12 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 12 | 2409108, 2584209, 2407689 | |
| ALT_ID_1 | OFTString | 12.7k | R063789, R063983, R069957 | |
| ELEVATION | OFTString | 12.8k | {"max": 2084.0, "min": 2079.421875, "mean": 2081.47265625} | |
| ROBUST_ID | OFTString | 12.8k | AACI18n-Ig4-jdue, AACI1-KEVG2qXoUJ, AACI12pIJIgHnKeo | |
| CALC_ACREA | OFTReal | 12.8k | 158.43419673181, 160.697548262643, 0.488864096964044 | |
| COUNTY_NAM | OFTString | 1 | McKinley, McKinley, McKinley | |
| COUNTY_FIP | OFTInteger64 | 1 | 35031, 35031, 35031 | |
| STATE_ABBR | OFTString | 1 | NM, NM, NM | |
| CTY_ROW_ID | OFTInteger64 | 12.8k | 12795, 12728, 3651 |
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.