40 attribute fields, profiled from the March 2024 vintage.
Columns in Shannon County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.8k | 25-7.2-36-000.0-00-004.00, 24-5.0-21-000.0-00-021.00, 24-5.0-21-000.0-00-012.01 | |
| SITUS | OFTString | 4.0k | 5746 COUNTY Y 633, 2620 CR 2390, 7949 CR 309 | |
| ADDR_NUMBE | OFTString | 2.7k | 5746, 2620, 7949 | |
| STREET_PRE | OFTString | 80 | COUNTY Y, CR, CR | |
| STREET_NAM | OFTString | 2.3k | 633, 2390, 309 | |
| STREET_SUF | OFTString | 6 | E, E, E | |
| STREET_TYP | OFTString | 37 | St, Ave, St | |
| SITUS_CITY | OFTString | — | ||
| SITUS_ZIP | OFTString | — | ||
| ADDR_SEC_U | OFTString | 71 | # 232, APT F, NO 23 | |
| OWNER | OFTString | 5.3k | BARBAGIOVANNI JOSEPH J. & ELAINE, DALE JOHNNY W., SALYARDS JR. TONY & ATCHISON JEREMY PAIGE | |
| LAND_COVER | OFTString | 10.4k | {"21": 153, "22": 94, "41": 6, "43": 179, "81": 1190}, {"21": 291, "41": 136}, {"21": 8, "41": 768, "43": 73, "81": 86} | |
| CROP_COVER | OFTString | 10.1k | {"121": 0.79, "141": 0.64, "176": 0.18}, {"141": 44.05, "143": 2.99, "152": 0.42, "176": 1.57}, {"121": 2.91, "141": 36.91, "142": 0.41, "143": 0.82} | |
| MUNI_ID | OFTInteger64 | 10 | 767393, 767393, 767393 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2921540, 2932220, 2932220 | |
| ACREAGE_AD | OFTReal | 6.0k | 38.1223958195085, 16.4843787508986, 1.59922308275117 | |
| ZIP_CODE | OFTString | 9 | 65438, 65588, 65438 | |
| BUILDINGS | OFTInteger64 | 26 | 2, 0, 2 | |
| LEGAL_DESC | OFTString | 5.6k | NW 1/4 NW 1/4, Pt. NE 1/4 NE 1/4, PT. SE 1/4 SE 1/4 | |
| LEGAL_D_01 | OFTString | 626 | W1/4 NE1/4, SW 1/4; E 1/2 NE 1/4 NW 1/4; Pt. N1/2 NW1/4, sion | |
| LEGAL_D_02 | OFTString | 49 | outh of Hwy Y, 1 & ADJ. TO LOT 16, BLK 3; PT. VACATED OLIVE STRE, LOTS 16,17,18 S OLD HWY 60 BLK 1 JADWIN BLK | |
| PLSS_SECTI | OFTString | 36 | 36, 12, 12 | |
| PLSS_TOWNS | OFTString | 6 | 27N, 27N, 27N | |
| PLSS_RANGE | OFTString | 7 | 5W, 5W, 5W | |
| MAIL_ADDRE | OFTString | 4.0k | 5746 COUNTY Y 633, 2620 CR 2390, 7949 CR 309 | |
| MAIL_AD_01 | OFTString | 449 | 8409 Rancho Vecino Ct N W, 21222 N Harmony Lane, 14503 CR 610 | |
| MAIL_AD_02 | OFTString | 963 | BIRCH TREE MO 65438, MOUNTAIN VIEW MO 65548, BIRCH TREE MO 65438 | |
| OWNER_OCCU | OFTString | 3 | F, T, T | |
| CENSUS_TRA | OFTInteger64 | 2 | 470200, 470200, 470200 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 1, 1 | |
| CENSUS_BLO | OFTInteger | 774 | 2073, 1078, 1092 | |
| AREA_METER | OFTReal | 10.4k | 154272.978914283, 30203.1472469238, 6471.70524362096 | |
| PLACE_GNIS | OFTInteger64 | 5 | 2394170, 2394170, 2394170 | |
| ELEVATION | OFTString | 10.4k | ||
| ROBUST_ID | OFTString | 10.4k | AAByE9Cf37kOzINE, AAByE9RmkjTV1aEF, AAByE5ow2H3_y_Qs | |
| CALC_ACREA | OFTReal | 10.4k | 38.1223958195085, 7.46349971618734, 1.59922308275118 | |
| COUNTY_NAM | OFTString | 1 | Shannon, Shannon, Shannon | |
| COUNTY_FIP | OFTInteger64 | 1 | 29203, 29203, 29203 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 10.4k | 1345, 2088, 2121 |
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.