15 attribute fields, profiled from the October 2022 vintage.
Columns in Roosevelt County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| upc | OFTString | 14.5k | 400000000348205, 400001000138700, 400001000011800 | |
| disclaimer | OFTString | 1 | Not a survey. May contain errors., Not a survey. May contain errors., Not a survey. May contain errors. | |
| shape_leng | OFTReal | 12.4k | 15851.619371, 7467.040123, 21083.298901 | |
| shape_area | OFTReal | 12.9k | 14074049.0808, 3483858.56202, 24292617.3513 | |
| acctnum | OFTString | 14.4k | R022645, R028007, R026975 | |
| name | OFTString | 7.0k | PUBLIC DOMAIN (1.0), LIEB SHARON, G&L CREIGHTON PROPERTIES LLC | |
| careof | OFTString | 538 | NOBERTO & HELEN GARCIA, TERESA WARNICA, NOBERTO & HELEN GARCIA | |
| address1 | OFTString | 6.0k | STATE LAND, 317 EAST 16TH ST, PO BOX 247 | |
| address2 | OFTString | 108 | Suite 1020, APT 106, APT B | |
| city | OFTString | 619 | PORTALES, PORTALES, ELIDA | |
| state | OFTString | 47 | NM, NM, NM | |
| zipcode | OFTReal | 939 | 88130.0, 88130.0, 88116.0 | |
| businessna | OFTString | 1.6k | M401291, R023923, M401304 | |
| shape__are | OFTReal | 13.1k | 1911348.460938, 472716.867188, 3295844.136719 | |
| shape__len | OFTReal | 14.5k | 5837.244939, 2750.556835, 7765.701499 |
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.