44 attribute fields, profiled from the December 2022 vintage.
Columns in Lincoln County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 3.3k | 258106200013, 902700062000, 253131100048 | |
| SITUS | OFTString | 570 | 54450 COUNTY HIGHWAY 109, 54872 COUNTY HIGHWAY 109, 55750 COUNTY HIGHWAY 109 | |
| ADDR_NUMBE | OFTString | 561 | 54450, 54872, 55750 | |
| STREET_PRE | OFTString | 5 | COUNTY HIGHWAY, COUNTY HIGHWAY, COUNTY HIGHWAY | |
| STREET_NAM | OFTString | 107 | 109, 109, 109 | |
| STREET_SUF | OFTString | 4 | E, E, E | |
| STREET_TYP | OFTString | 1 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 4 | ORDWAY, RUSH, RUSH | |
| SITUS_ZIP | OFTString | 4 | 81063, 80833, 80833 | |
| OWNER | OFTString | 1.2k | "HOWE DEAN O HOWE SHARON R", GENOA CEMETERY ASSOCIATION, "KISSEL JOEL F AND KISSEL RYNEA D JT" | |
| TRANS_DATE | OFTDate | 867 | 2018-09-28, 2000-05-30, 2018-11-25 | |
| SALE_PRICE | OFTReal | 241 | 0.0, 120000.0, 0.0 | |
| BLDG_SQFT | OFTInteger64 | 468 | 3157, 0, 11718 | |
| NGH_CODE | OFTString | 46 | 107, 107, 107 | |
| LAND_COVER | OFTString | 6.6k | {"21": 89, "22": 1, "23": 1, "42": 4, "71": 2116, "82": 65}, {"71": 722, "82": 109}, {"82": 840} | |
| CROP_COVER | OFTString | 4.5k | {"1": 0.38, "29": 0.21, "61": 0.97, "176": 3.21}, {"24": 0.16, "61": 6.76}, {"24": 0.13, "61": 0.42, "176": 0.48} | |
| MUNI_ID | OFTInteger64 | 4 | 1935398, 1935398, 1935398 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 804740, 804740, 804740 | |
| ACREAGE | OFTReal | 935 | 474.0, 4.0, 319.0 | |
| ACREAGE_AD | OFTReal | 7.9k | 480.885812447022, 4.76464071193959, 316.01449532439 | |
| MKT_VAL_LA | OFTReal | 1.5k | 44975.0, 118.0, 28307.0 | |
| MKT_VAL_BL | OFTReal | 542 | 78241.0, 0.0, 194874.0 | |
| MKT_VAL_TO | OFTReal | 1.7k | 123216.0, 118.0, 223181.0 | |
| ZIP_CODE | OFTString | 8 | 80818, 80818, 80818 | |
| LEGAL_DESC | OFTString | 2.4k | "N2 SEC. 35 T8S R54W OF 6TH P.M., LINCOLN COUNTY, COLO.", "NW4 SEC. 4 T8S R54W OF 6TH P.M., LINCOLN COUNTY, COLO.", "SW4 SEC 8 T8S R54W OF 6TH P.M., LINCOLN COUNTY, COLO." | |
| PLSS_SECTI | OFTString | 36 | 06, 06, 31 | |
| PLSS_TOWNS | OFTString | 12 | 9S, 9S, 8S | |
| PLSS_RANGE | OFTString | 8 | 54W, 54W, 54W | |
| MAIL_ADDRE | OFTString | 25 | LOT 168, LOT 168, UNIT 258 | |
| MAIL_AD_01 | OFTString | 370 | GENOA CO, GENOA CO, GENOA CO | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 2 | 961800, 961800, 961800 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 652 | 2137, 2137, 2137 | |
| AREA_METER | OFTReal | 8.6k | 1946039.46601523, 19281.4564847217, 1278841.38773983 | |
| PLACE_GNIS | OFTInteger64 | 4 | 2411647, 2411647, 2411647 | |
| ELEVATION | OFTString | 8.6k | ||
| ROBUST_ID | OFTString | 8.6k | AAAfiZxEi4AwAG-G, AAAficGmi0wqUrzV, AAAfiYzOKXbaFK-0 | |
| CALC_ACREA | OFTReal | 8.6k | 480.885812447023, 4.76464071193958, 316.014495324389 | |
| COUNTY_NAM | OFTString | 1 | Lincoln, Lincoln, Lincoln | |
| COUNTY_FIP | OFTInteger64 | 1 | 8073, 8073, 8073 | |
| STATE_ABBR | OFTString | 1 | CO, CO, CO | |
| CTY_ROW_ID | OFTInteger64 | 8.6k | 2229, 3252, 2347 |
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.