40 attribute fields, profiled from the November 2022 vintage.
Columns in Buchanan County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 11.5k | 305251001, 318300003, 330300005 | |
| SITUS | OFTString | 1.8k | CLARK 234 ST S, MASON 1278 AVE, MASON 1499 AVE | |
| ADDR_NUMBE | OFTString | 77 | 142, 142, 142 | |
| STREET_PRE | OFTString | — | ||
| STREET_NAM | OFTString | 1.7k | CLARK 234, MASON 1278, MASON 1499 | |
| STREET_SUF | OFTString | 7 | S, N, E | |
| STREET_TYP | OFTString | 5 | St, Ave, Ave | |
| SITUS_CITY | OFTString | 1 | INDEPENDENCE, INDEPENDENCE, INDEPENDENCE | |
| SITUS_ZIP | OFTString | 1 | 50644, 50644, 50644 | |
| OWNER | OFTString | 2.8k | LENTZ DEREK DOUGLAS, MICHELS JAMES M, AJPA LLC | |
| LAND_USE_C | OFTString | 2 | A, AD, A, AD, A | |
| LAND_COVER | OFTString | 17.5k | {"22": 48, "42": 16, "82": 812}, {"21": 49, "22": 34, "23": 14, "81": 356, "82": 328}, {"21": 30, "22": 201, "23": 220, "31": 125, "82": 305} | |
| CROP_COVER | OFTString | 16.6k | {"1": 37.44, "121": 1.08, "122": 0.14}, {"1": 36.64, "121": 2.54, "122": 0.21}, {"1": 0.08, "121": 0.63, "122": 0.08, "176": 2.35} | |
| MUNI_ID | OFTInteger64 | 16 | 467501, 467501, 467501 | |
| SCHOOL_DIS | OFTInteger64 | 9 | 1921630, 1921630, 1914580 | |
| ACREAGE | OFTReal | 2.9k | 11.0, 39.62, 7.53 | |
| ACREAGE_AD | OFTReal | 12.8k | 11.2459554747101, 450.67815536102, 7.30993206448854 | |
| MKT_VAL_LA | OFTReal | 5.3k | 11050.0, 52680.0, 9500.0 | |
| MKT_VAL_BL | OFTReal | 1.3k | 89130.0, 94160.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 6.3k | 103790.0, 157790.0, 73950.0 | |
| ZIP_CODE | OFTString | 15 | 50671, 50671, 50644 | |
| BEDROOMS | OFTInteger64 | 12 | 4, 4, 0 | |
| TOTAL_ROOM | OFTInteger64 | 17 | 7, 8, 0 | |
| MAIL_ADDRE | OFTString | 2.1k | 234 S CLARK ST, 1278 MASON AVE, 2119 150TH ST | |
| MAIL_AD_01 | OFTString | 106 | PO BOX 105, PO BOX 542016, PO BOX 511 | |
| MAIL_NAME | OFTString | 239 | % CHARLES TEMPUS, % LAVERNE LENTZ, % SUSAN MARIE WHITE | |
| CENSUS_TRA | OFTInteger64 | 6 | 950100, 950100, 950100 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 760 | 2011, 2032, 2091 | |
| AREA_METER | OFTReal | 20.6k | 45509.9165339733, 163543.928160518, 29581.6926246957 | |
| FLD_ZONE | OFTString | 14 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 12 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 11 | 2395951, 2394033, 2394033 | |
| ELEVATION | OFTString | 20.6k | ||
| ROBUST_ID | OFTString | 20.6k | AABKS0KLYpxKxa_X, AABKSyoMKtyxxYG_, AABKS4vvkMFws-nb | |
| CALC_ACREA | OFTReal | 20.6k | 11.2459554747101, 40.4133400877456, 7.30993206448855 | |
| COUNTY_NAM | OFTString | 1 | Buchanan, Buchanan, Buchanan | |
| COUNTY_FIP | OFTInteger64 | 1 | 19019, 19019, 19019 | |
| STATE_ABBR | OFTString | 1 | IA, IA, IA | |
| CTY_ROW_ID | OFTInteger64 | 20.6k | 2825, 3324, 3695 |
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.