41 attribute fields, profiled from the January 2024 vintage.
Columns in Park County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 41.8k | 57251, 57252, 57367 | |
| taxparcelt | OFTString | 6 | Base Parcel, Base Parcel, Base Parcel | |
| schedulenu | OFTString | 40.8k | 10241, 10241, 10354 | |
| sourcedocu | OFTString | 1.3k | COMap, Assessor, COMap | |
| ownershipt | OFTString | 14 | Private, Private, Private | |
| assesor_no | OFTString | 40.7k | R0010241, R0010241, R0010354 | |
| schedule_1 | OFTString | 40.4k | 10241, 10241, 10354 | |
| local_addr | OFTString | 29.7k | HARTSEL CO 804490000, HARTSEL CO 804490000, HARTSEL CO 804490000 | |
| streetno | OFTReal | 5.7k | 3424.0, 139.0, 308.0 | |
| predirecti | OFTString | 5 | S, S, S | |
| streetname | OFTString | 2.9k | CO RD 1, WAKONDA LN, REMUDA TR | |
| unitname | OFTReal | 92 | 11.0, 6.0, 212.0 | |
| p_city | OFTString | 23 | HARTSEL, HARTSEL, HARTSEL | |
| p_zipcode | OFTReal | 61 | 804490000.0, 804490000.0, 804490000.0 | |
| name1 | OFTString | 30.2k | SZMED RACHEL, SZMED RACHEL, HELSER JEFFREY | |
| name2 | OFTString | 17.7k | HELSER E TAMARA, THORPE DAPHNE, WARNER SUSAN | |
| m_address1 | OFTString | 27.2k | 203 CANYON VIEW DR, 203 CANYON VIEW DR, 10303 CIRCLE DRIVE | |
| m_address2 | OFTString | 895 | 8614 PINEY CREEK BND, 22405 HWY 285, 2850 YOUNGFIELD ST | |
| m_city | OFTString | 3.9k | LANSING, LANSING, AUSTIN | |
| m_state | OFTString | 57 | KS, KS, TX | |
| m_zipcode | OFTReal | 18.7k | 66043.0, 66043.0, 78736.0 | |
| m_province | OFTString | 25 | QUEBEC, ONTARIO, ONTARIO | |
| m_country | OFTString | 29 | NEW ZEALAND, CANADA, CANADA | |
| m_postalco | OFTString | 121 | 410, J3R 4X6, K7G 2V4 | |
| tax_area | OFTReal | 25 | 19.0, 19.0, 19.0 | |
| land_ty | OFTString | 20 | Vacant Land, Vacant Land, Vacant Land | |
| land_v | OFTReal | 21.7k | 212473.48, 212473.48, 212473.48 | |
| improve_v | OFTReal | 13.7k | 2430.0, 231756.0, 253419.0 | |
| total_v | OFTReal | 24.6k | 14873.0, 14873.0, 14873.0 | |
| acres | OFTReal | 4.4k | 158.56, 158.56, 158.56 | |
| legal | OFTString | 40.2k | T15 R76 S30 SW4 S2S2 30-15-76 UND 1/14 INTEREST, T15 R76 S30 SW4 S2S2 30-15-76 UND 1/14 INTEREST, T15 R76 S30 SW4 S2S2 30-15-76 UND 1/14 INTEREST | |
| subname | OFTString | 684 | M/B T15 R76, M/B T15 R76, M/B T15 R76 | |
| filingno | OFTReal | 70 | 1.0, 1.0, 1.0 | |
| block | OFTReal | 117 | 79.0, 15.0, 14.0 | |
| lot | OFTString | 5.9k | 126, 89, 98 | |
| tract | OFTString | 184 | A, 190, B | |
| privatefla | OFTReal | 2 | 0.0, 0.0, 0.0 | |
| bldgcount | OFTReal | 22 | 0.0, 0.0, 0.0 | |
| sched_2 | OFTReal | 40.4k | 10241.0, 10241.0, 10354.0 | |
| starea() | OFTReal | 40.5k | 7934901.57092374, 6857458.35598607, 6857458.35598607 | |
| stlength() | OFTReal | 40.6k | 13341.3985134084, 12814.7469682636, 12814.7469682636 |
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.