34 attribute fields, profiled from the December 2019 vintage.
Columns in Grant County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 26.0k | 3073107066155, 3073106044260, 3073106023262 | |
| SITUS | OFTString | 11.7k | 72 North Hurley, 143 NORTH HURLEY, 144 NORTH HURLEY | |
| ADDR_NUMBE | OFTString | 2.6k | 72, 143, 144 | |
| STREET_PRE | OFTString | 3 | N, N, N | |
| STREET_NAM | OFTString | 1.1k | Hurley, HURLEY, HURLEY | |
| STREET_SUF | OFTString | 4 | N, N, N | |
| STREET_TYP | OFTString | 49 | Cyn, Pne, Pne | |
| SITUS_CITY | OFTString | 8 | HURLEY, HURLEY, HURLEY | |
| SITUS_ZIP | OFTString | 8 | 88043, 88043, 88043 | |
| ADDR_SEC_U | OFTString | 8 | Space, Space, Space | |
| ADDR_SE_01 | OFTString | 10 | 15, 17, 17 | |
| OWNER | OFTString | 13.8k | TORRES HENRY P TORRES CECILIA L, SEDILLOS MICHAEL P SR, CHAVEZ RUFINA ETAL | |
| TRANS_DATE | OFTDate | 6.3k | 2002-11-08, 2007-05-21, 2009-03-27 | |
| BLDG_SQFT | OFTInteger64 | 3.0k | 806, 1528, 1236 | |
| NGH_CODE | OFTString | 16 | 02O_R, 02O_R, 02O_R | |
| LAND_COVER | OFTString | 16.1k | {"52": 2}, {"21": 4}, {"22": 2} | |
| MUNI_ID | OFTInteger64 | 7 | 1937497, 1937497, 1937497 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 3500600, 3500600, 3500600 | |
| ACREAGE | OFTReal | 6.4k | 0.114, 0.238, 0.128 | |
| MKT_VAL_LA | OFTReal | 11.0k | 2029.0, 4760.0, 1425.0 | |
| MKT_VAL_BL | OFTReal | 9.6k | 21295.0, 33409.0, 93729.0 | |
| MKT_VAL_TO | OFTReal | 15.3k | 23324.0, 38169.0, 95154.0 | |
| ZIP_CODE | OFTString | 19 | 88043, 88043, 88043 | |
| LEGAL_DESC | OFTString | 25.9k | Quarter: NE S: 25 T: 18S R: 13W PT SEQNEQ .114 AC, Subd: SHORTIE HENRY Lot: B 1.453 AC, MH#36034, Subd: L B POST Block: 1 Lot: 12 .071 AC, JOINT TENANTS | |
| MAIL_ADDRE | OFTString | 1.1k | BAYARD, NM 88043, HURLEY, NM 88043, PHOENIX, AZ 88043 | |
| MAIL_AD_01 | OFTString | 10.0k | PO BOX 853, PO BOX 83, RT 1 BOX 159 A | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| AREA_METER | OFTReal | 45.2k | 526.634108268478, 1027.39661806199, 575.571142612357 | |
| ELEVATION | OFTString | 43.5k | {"max": 1819.21875, "min": 1817.0859375, "mean": 1818.34375} | |
| CALC_ACREA | OFTReal | 45.2k | 0.130136554494224, 0.253879978289298, 0.14222938505094 | |
| COUNTY_NAM | OFTString | 1 | Grant, Grant, Grant | |
| COUNTY_FIP | OFTInteger64 | 1 | 35017, 35017, 35017 | |
| STATE_ABBR | OFTString | 1 | NM, NM, NM |
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.