38 attribute fields, profiled from the January 2022 vintage.
Columns in Park County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 17.7k | 05037200001001, 05037200002002, 05046700000010 | |
| SITUS | OFTString | 13.2k | 2413 E AVE, 2426 E AVE, 2520 E AVE | |
| ADDR_NUMBE | OFTString | 2.6k | 2413, 2426, 2520 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 904 | AVE, AVE, AVE | |
| STREET_SUF | OFTString | 4 | E, E, E | |
| STREET_TYP | OFTString | 21 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 6 | CODY, CODY, CODY | |
| SITUS_ZIP | OFTString | 6 | 82414, 82414, 82414 | |
| ADDR_SEC_U | OFTString | 3 | LOT, TRLR, LOT | |
| ADDR_SE_01 | OFTString | 17 | B, R, P | |
| OWNER | OFTString | 12.6k | MCP MANAGEMENT LLC, MCP MANAGEMENT LLC, MOERIKE LUCILLE H. | |
| LAND_COVER | OFTString | 8.9k | {"22": 2, "23": 4}, {"22": 2, "23": 3}, {"21": 1, "22": 4, "23": 5} | |
| MUNI_ID | OFTInteger64 | 4 | 1939700, 1939700, 1939700 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 5602070, 5602070, 5602070 | |
| ACREAGE | OFTReal | 3.6k | 0.7836, 0.4477, 0.979 | |
| MKT_VAL_TO | OFTReal | 15.4k | 383927.0, 218032.0, 158239.0 | |
| ZIP_CODE | OFTString | 10 | 82414, 82414, 82414 | |
| LEGAL_DESC | OFTString | 17.0k | C.H.I. INDUSTRIAL PARK LOT 1 (34132 SF), C.H.I. INDUSTRIAL PARK S. 72.15' OF LOT 2 (19500 SF), FAIR ACRES WEST SUB. LOT 10 (42,645 SF) | |
| MAIL_ADDRE | OFTString | 1.6k | CODY WY 82414, CODY WY 82414, CODY WY 82414 | |
| MAIL_AD_01 | OFTString | 11.5k | 3320 FRISBY AVE, 3320 FRISBY AVE, 2520 E AVE | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 5 | 965400, 965400, 965400 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 1.4k | 1011, 1011, 1011 | |
| AREA_METER | OFTReal | 17.7k | 3424.84259759908, 1816.83729981756, 4029.77510438185 | |
| FLD_ZONE | OFTString | 3 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 2 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 8 | 2409499, 2409499, 2409499 | |
| ALT_ID_1 | OFTString | 17.0k | R0008790, R0008791, R0009096 | |
| ELEVATION | OFTString | 17.5k | ||
| ROBUST_ID | OFTString | 17.7k | AADa3eZgsf4H2ph0, AADa3XIlQ4-jBMca, AADa3bStQCGzmGK_ | |
| CALC_ACREA | OFTReal | 17.7k | 0.846312854292709, 0.448958665157917, 0.995797726043799 | |
| COUNTY_NAM | OFTString | 1 | Park, Park, Park | |
| COUNTY_FIP | OFTInteger64 | 1 | 56029, 56029, 56029 | |
| STATE_ABBR | OFTString | 1 | WY, WY, WY | |
| CTY_ROW_ID | OFTInteger64 | 17.7k | 9855, 6719, 7880 |
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.