40 attribute fields, profiled from the October 2023 vintage.
Columns in Worth County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 3.3k | 09-02.1-03-00-00-06.00, 09-02.2-09-00-00-06.01, 09-01.0-01-00-00-01.00 | |
| SITUS | OFTString | 591 | 29868 HWY AA, 18831 HWY C, 11111 HWY H | |
| ADDR_NUMBE | OFTString | 288 | 29868, 18831, 11111 | |
| STREET_PRE | OFTString | 6 | HWY, HWY, HWY | |
| STREET_NAM | OFTString | 106 | AA, C, H | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 6 | Rd, Trl, Trl | |
| SITUS_CITY | OFTString | 5 | GRANT CITY, DENVER, DENVER | |
| SITUS_ZIP | OFTString | 5 | 64456, 64441, 64441 | |
| OWNER | OFTString | 1.7k | GIBSON WILLA ETAL, CLARKSON BENJAMIN L & ABIGAIL E, HILL BRADLEY REX & TANYA | |
| LAND_USE_C | OFTString | 13 | ALO, ALO, ALO | |
| LAND_COVER | OFTString | 3.2k | {"11": 50, "81": 652, "82": 415}, {"41": 264, "81": 911}, {"21": 55, "81": 734} | |
| CROP_COVER | OFTString | 2.9k | {"37": 1.2, "141": 17.31, "143": 2.68, "176": 18.61}, {"121": 0.76, "176": 1.32}, {"121": 0.46, "122": 0.13, "176": 0.15} | |
| MUNI_ID | OFTInteger64 | 6 | 767539, 767539, 767539 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 2932300, 2932300, 2932300 | |
| ACREAGE | OFTReal | 1.2k | 76.4, 9.1, 26.5 | |
| ACREAGE_AD | OFTReal | 2.1k | 117.637064477478, 9.4044482280812, 27.1567497062536 | |
| MKT_VAL_TO | OFTReal | 1.2k | 5650.0, 43900.0, 1070.0 | |
| ZIP_CODE | OFTString | 6 | 64456, 64441, 64441 | |
| YEAR_BUILT | OFTInteger64 | 16 | 0, 0, 0 | |
| LEGAL_DESC | OFTString | 3.2k | 76.4 AC E1/2 SE, ALL OF SW QTR OF NW SW, 26.5 AC NE NE | |
| PLSS_SECTI | OFTString | 36 | 03, 09, 01 | |
| PLSS_TOWNS | OFTString | 3 | 65N, 65N, 65N | |
| PLSS_RANGE | OFTString | 4 | 30W, 30W, 30W | |
| MAIL_ADDRE | OFTString | 1.3k | 29868 HWY AA, 18831 HWY C, 11111 Highway H | |
| MAIL_AD_01 | OFTString | 306 | DENVER MO 64441, DENVER MO 64441, SHERIDAN MO 64486 | |
| MAIL_NAME | OFTString | 1.7k | GIBSON WILLA, ETAL, CLARKSON BENJAMIN L & ABIGAIL E, HILL BRADLEY REX & TANYA | |
| OWNER_OCCU | OFTString | 3 | T, T, T | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 380 | 1172, 1087, 1089 | |
| AREA_METER | OFTReal | 3.3k | 310906.520547124, 38057.7403912476, 109897.412918351 | |
| PLACE_GNIS | OFTInteger64 | 7 | 2398714, 2398714, 2398714 | |
| ELEVATION | OFTString | 3.3k | ||
| ROBUST_ID | OFTString | 3.3k | AAByKz-PWacXPCew, AAByK2974-9UGlBw, AAByKzIqvFscbrbs | |
| CALC_ACREA | OFTReal | 3.3k | 76.8281102923998, 9.40444822808119, 27.1567497062537 | |
| COUNTY_NAM | OFTString | 1 | Worth, Worth, Worth | |
| COUNTY_FIP | OFTInteger64 | 1 | 29227, 29227, 29227 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 3.3k | 1231, 1155, 1251 |
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.