41 attribute fields, profiled from the January 2024 vintage.
Columns in Gila County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 33.3k | 206-12-135A, 102-09-006C, 102-09-006N | |
| SITUS | OFTString | 27.3k | 240 & 260 S LOOMIS AVE, 8154 E ABIQUIU TRL, 8234 E ABIQUIU TRL | |
| ADDR_NUMBE | OFTString | 6.4k | 240, 8154, 8234 | |
| STREET_PRE | OFTString | 41 | &, E, E | |
| STREET_NAM | OFTString | 1.8k | 260 S LOOMIS, ABIQUIU, ABIQUIU | |
| STREET_SUF | OFTString | 2 | S, E | |
| STREET_TYP | OFTString | 51 | Ave, Trl, Trl | |
| SITUS_CITY | OFTString | 7 | GLOBE, GLOBE, GLOBE | |
| SITUS_ZIP | OFTString | 7 | 85501, 85501, 85501 | |
| ADDR_SEC_U | OFTString | 72 | 4446 4450, 6001, 6 | |
| OWNER | OFTString | 26.3k | BARAJAS EDITH, DICKISON EMMETT E, HERNANDEZ RICHARD & DIANE TRUSTEES HERNANDEZ TRUST | |
| LAND_COVER | OFTString | 26.7k | {"22": 307, "23": 277}, {"21": 63, "22": 12, "52": 537}, {"21": 120, "52": 461} | |
| CROP_COVER | OFTString | 17.6k | {"122": 0.32}, {"121": 0.3, "152": 4.44}, {"121": 0.46, "152": 2.77} | |
| MUNI_ID | OFTInteger64 | 5 | 1934946, 1934946, 1934946 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 405030, 403500, 403500 | |
| ACREAGE | OFTReal | 1.7k | 0.32, 4.75, 3.23 | |
| ACREAGE_AD | OFTReal | 28.1k | 0.320617557386905, 4.74639239725497, 3.2267995262448 | |
| ZIP_CODE | OFTString | 10 | 85539, 85501, 85501 | |
| PLSS_SECTI | OFTString | 36 | 30, 01, 01 | |
| PLSS_TOWNS | OFTString | 14 | 1N, 1S, 1S | |
| PLSS_RANGE | OFTString | 9 | 15E, 15E, 15E | |
| MAIL_ADDRE | OFTString | 21.6k | 260 S LOOMIS AVE, PO BOX 55, PO BOX 1188 | |
| MAIL_AD_01 | OFTString | 2.0k | MIAMI AZ 85539, GLOBE AZ 85502, GLOBE AZ 85502 | |
| MAIL_NAME | OFTString | 1.1k | C/O MARK ESCOBEDO, C/O JERRY HALL, C/O SKIP BALES | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, T, ? | |
| CENSUS_TRA | OFTInteger64 | 15 | 900, 1200, 1200 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 3, 3 | |
| CENSUS_BLO | OFTInteger | 617 | 1014, 3120, 3120 | |
| AREA_METER | OFTReal | 33.3k | 1297.46897085065, 19207.6095554812, 13058.1503227097 | |
| FLD_ZONE | OFTString | 72 | {D}, {D}, {D} | |
| ZONE_SUBTY | OFTString | 31 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 38 | 2412991, 2582866, 2582866 | |
| ALT_ID_1 | OFTString | 33.3k | R000046816, R000001086, R000045434 | |
| ELEVATION | OFTString | 33.1k | {"max": 1074.0, "min": 1054.5625, "mean": 1063.040292659276} | |
| ROBUST_ID | OFTString | 33.4k | AAAPp9Bidh2d9wC1, AAAPp58MCF0xjj_l, AAAPpwhEssVDNJl8 | |
| CALC_ACREA | OFTReal | 33.3k | 0.320617557386904, 4.74639239725496, 3.22679952624479 | |
| COUNTY_NAM | OFTString | 1 | Gila, Gila, Gila | |
| COUNTY_FIP | OFTInteger64 | 1 | 4007, 4007, 4007 | |
| STATE_ABBR | OFTString | 1 | AZ, AZ, AZ | |
| CTY_ROW_ID | OFTInteger64 | 33.4k | 1883, 7722, 7721 |
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.