43 attribute fields, profiled from the May 2024 vintage.
Columns in Nodaway County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 15.1k | 09-04-19-03-01-04800, 09-06-13-00-00-08000, 09-09-30-02-04-03001 | |
| SITUS | OFTString | 8.8k | 101 E 2ND, 334 E 3RD ST, 115 E CHESTNUT ST. | |
| ADDR_NUMBE | OFTString | 4.0k | 101, 334, 115 | |
| STREET_PRE | OFTString | 23 | E, E, E | |
| STREET_NAM | OFTString | 549 | 2ND, 3RD, CHESTNUT | |
| STREET_SUF | OFTString | 2 | N, N, N | |
| STREET_TYP | OFTString | 24 | St, St, St | |
| SITUS_CITY | OFTString | 19 | CLEARMONT, CLEARMONT, CLEARMONT | |
| SITUS_ZIP | OFTString | 19 | 64431, 64431, 64431 | |
| OWNER | OFTString | 9.8k | FARNAN MICHAEL RAY & RONDA L., DUMKE LEE & SHAREE FAMILY IRREV TRUST, GALBRAITH SHARON L. & GALBRAITH DANIEL | |
| LAND_USE_C | OFTString | 5 | UTIL, EXMP, BLANK | |
| LAND_US_01 | OFTString | 3 | Tax Exempt, Commercial, Residential | |
| LAND_COVER | OFTString | 13.1k | {"22": 121, "23": 231, "81": 440, "82": 73}, {"21": 514, "22": 78}, {"21": 432, "82": 178} | |
| CROP_COVER | OFTString | 11.5k | {"1": 0.03, "122": 0.4, "176": 1.07}, {"121": 0.46}, {"121": 0.36, "176": 0.15} | |
| MUNI_ID | OFTInteger64 | 15 | 767084, 767084, 767084 | |
| SCHOOL_DIS | OFTInteger64 | 9 | 2930900, 2921690, 2930900 | |
| ACREAGE | OFTReal | 3.5k | 1.28, 79.0, 0.33 | |
| ACREAGE_AD | OFTReal | 11.8k | 1.49490784694642, 200.359784078339, 0.463552715038719 | |
| MKT_VAL_TO | OFTReal | 4.2k | 18960.0, 4040.0, 13310.0 | |
| ZIP_CODE | OFTString | 19 | 64431, 64461, 64431 | |
| YEAR_BUILT | OFTInteger64 | 175 | 1940, 0, 1990 | |
| LEGAL_DESC | OFTString | 15.0k | 13-66-36 W1/2 SE EXC PUB RD R/W, WALLACE'S ADD LOTS 1, 2, & 3 BLK 1 CLEARMONT, MO, WALLACE'S ADD LOTS 6 & 7 BLK 2 CLEARMONT, MO | |
| PLSS_SECTI | OFTString | 36 | 19, 13, 30 | |
| PLSS_TOWNS | OFTString | 6 | 66N, 66N, 66N | |
| PLSS_RANGE | OFTString | 6 | 36W, 36W, 36W | |
| MAIL_ADDRE | OFTString | 10.1k | FARNAN MICHAEL RAY & RONDA L., DUMKE LEE & SHAREE FAMILY IRREV TRUST, GALBRAITH SHARON L. & GALBRAITH, DANIEL | |
| MAIL_AD_01 | OFTString | 8.5k | 101 E SECOND, 1816 SOUTHDALE AVE, 630 SOUTH CHERRY ST. | |
| MAIL_AD_02 | OFTString | 717 | CLEARMONT MO 64431, MARYVILLE MO 64468, CLEARMONT MO 64431 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 5 | 470100, 470100, 470100 | |
| CENSUS_BLK | OFTInteger | 5 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 1.3k | 2254, 2214, 2272 | |
| AREA_METER | OFTReal | 15.2k | 6049.56435169124, 324419.318775994, 1875.89622046343 | |
| PLACE_GNIS | OFTInteger64 | 18 | 2393553, 2393553, 2393553 | |
| ALT_ID_1 | OFTString | 13.6k | 9-4-19-3-1-4-800, 9-6-13-0-0-8, 9-9-30-2-4-3-1 | |
| ELEVATION | OFTString | 15.2k | ||
| ROBUST_ID | OFTString | 15.2k | AABx22UM8i9e2ngb, AABx28shW8f_ZtJX, AABx23ZBpsSBAdZz | |
| CALC_ACREA | OFTReal | 15.2k | 1.49490784694642, 80.1672578627359, 0.463552715038718 | |
| COUNTY_NAM | OFTString | 1 | Nodaway, Nodaway, Nodaway | |
| COUNTY_FIP | OFTInteger64 | 1 | 29147, 29147, 29147 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 15.2k | 10969, 11137, 11008 |
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.