36 attribute fields, profiled from the July 2017 vintage.
Columns in Weber County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 100530001, 100560001, 100540001 | |
| SUBDIVISIO | OFTString | 2.7k | Freemont Island, Shadow Oak, En Gedi | |
| SUB_PHASE | OFTString | 3.2k | Shadow Oak Unit 1, Nelmoy Property No 3, Shadow Creek Estates No 1 | |
| TAX_UNIT | OFTInteger64 | 245 | 380, 380, 380 | |
| NAME_ONE | OFTString | 50.0k | STATE OF UTAH, STATE OF UTAH, STATE OF UTAH | |
| STREET | OFTString | 50.0k | 5068 S HOLLADAY BLVD, 10679 N FRANK LLOYD WRIGHT #103, 3451 AIRPORT RD | |
| CITY_STATE | OFTString | 1.7k | HOLLADAY UT, SCOTTSDALE AZ, OGDEN UT | |
| ZIPCODE | OFTString | 19.8k | 84117, 852592675, 84405 | |
| PROP_STREE | OFTString | 50.0k | 2715 E 6425 S, 2043 E 6650 S, 1607 E 6600 S | |
| PROP_CITY | OFTString | 20 | OGDEN, UINTAH, UINTAH | |
| TOT_MARKET | OFTInteger64 | 22.1k | 12668609, 3655339, 5612013 | |
| TOT_TAXABL | OFTInteger64 | 24.3k | 0, 0, 0 | |
| NET_ASMT_C | OFTReal | 77 | 0.0, 0.0, 0.0 | |
| TOT_DIRECT | OFTReal | 3.9k | 0.0, 0.0, 0.0 | |
| TOT_PAYMEN | OFTReal | 1.8k | 0.0, 0.0, 0.0 | |
| PENALTY_CH | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| PENALTY_PA | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| PRIVATE_FL | OFTString | 2 | N, N, N | |
| YR_RATE | OFTReal | 125 | 0.012527, 0.012527, 0.012527 | |
| LAST_YR_RA | OFTReal | 121 | 0.012709, 0.012709, 0.012709 | |
| ACCTTYPE | OFTString | 7 | EXEMPT, EXEMPT, EXEMPT | |
| ECONOMICAR | OFTString | 10 | 8, 8, 8 | |
| LANDGROSSA | OFTReal | 11.3k | 4222.869536, 12184.463108, 18706.70854 | |
| ZONINGCODE | OFTString | 155 | S-1, S-1, S-1 | |
| APPROACHTY | OFTString | 8 | Cost, Cost, Cost | |
| LEA | OFTString | 1.3k | 0825, 0825, 0825 | |
| PRIMARYUSE | OFTString | 31 | 951, 951, 951 | |
| APPRAISALT | OFTString | 1 | Real, Real, Real | |
| IMPNO | OFTReal | 3 | 0.0, 0.0, 0.0 | |
| IMPQUALITY | OFTString | 11 | Average, Average Plus, Good | |
| IMPCONDITI | OFTString | 6 | Very Good, Good, Very Good | |
| BLTASYEARB | OFTInteger64 | 154 | 0, 0, 0 | |
| BLTASCODE | OFTReal | 155 | 0.0, 0.0, 0.0 | |
| BLTASSTORI | OFTReal | 20 | 0.0, 0.0, 0.0 | |
| AREA | OFTReal | 50.0k | 183821104.052207, 531013237.317823, 815032366.452314 | |
| LEN | OFTReal | 50.0k | 86363.07914, 128467.484154, 160502.53785 |
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.