22 attribute fields, profiled from the January 2023 vintage.
Columns in Rio Arriba County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| id | OFTInteger | 1 | 0, 0, 0 | |
| acreage_ | OFTString | 4.8k | 105 AC., 105 AC., 10 AC. | |
| tract_ | OFTString | 10.4k | TR, TR, TR | |
| info | OFTString | 7.3k | SANTA CLARA, SANTA CLARA, SANTA CLARA | |
| code | OFTString | 32.3k | 1037117279396, 1037117022373, 1037117044373 | |
| accountno | OFTString | 31.6k | R010689, R032320, R010688 | |
| name | OFTString | 24.6k | PUEBLO OF SANTA CLARA, PUEBLO OF SANTA CLARA, PUEBLO OF SANTA CLARA | |
| careof | OFTString | 854 | CITIMTG INC, KIRT KHALSA, FERRAN, MARIA YVETTE | |
| address1 | OFTString | 14.3k | PO BOX 580, PO BOX 580, PO BOX 580 | |
| address2 | OFTString | 2.0k | 2829 VERDA DE PUEBLO, 175 COUNTY ROAD 119, 142 COUNTY RD 119 | |
| city | OFTString | 2.0k | ESPANOLA, ESPANOLA, ESPANOLA | |
| state | OFTString | 76 | NM, NM, NM | |
| zipcode | OFTReal | 3.8k | 87532.0, 87532.0, 87532.0 | |
| parcelnb | OFTString | 31.6k | 1037117279396, 1037117022373, 1037117044373 | |
| areaid | OFTString | 27 | 55_OUT_NR, 55_OUT_NR, 55_OUT_NR | |
| streetno | OFTString | 2.8k | 19B, 28, 109 | |
| streetname | OFTString | 2.6k | COUNTY RD 122, COUNTY RD 109, COUNTY RD 127, LA MESILLA | |
| subname | OFTString | 194 | MOUNTAIN VIEW ESTATES, MOUNTAIN VIEW ESTATES, MOUNTAIN VIEW ESTATES | |
| taxyear | OFTReal | 3 | 2021.0, 2021.0, 2021.0 | |
| objectid | OFTInteger | 35.1k | 611, 612, 613 | |
| shape__are | OFTReal | 33.1k | 5134398.66552734, 431718.316894531, 440835.659667969 | |
| shape__len | OFTReal | 33.2k | 9925.65280228423, 3018.94043586727, 3061.84466487283 |
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.