44 attribute fields, profiled from the November 2022 vintage.
Columns in Wayne County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 9.1k | 0604200005, 0609200004, 0610300001 | |
| SITUS | OFTString | 3.8k | 1643 100TH ST, 1711 100TH ST, 1767 100TH ST | |
| ADDR_NUMBE | OFTString | 1.5k | 1643, 1711, 1767 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 238 | 100TH, 100TH, 100TH | |
| STREET_SUF | OFTString | 4 | W, W, W | |
| STREET_TYP | OFTString | 9 | St, St, St | |
| SITUS_CITY | OFTString | 14 | CORYDON, CORYDON, CORYDON | |
| SITUS_ZIP | OFTString | 14 | 50060, 50060, 50060 | |
| OWNER | OFTString | 4.4k | GOBEN DOUGLAS J, BAKER JOEL L TRUST, APPLEBY KENNETH JAMES | |
| TRANS_DATE | OFTDate | 3.8k | 1990-09-24, 2020-03-03, 2021-05-04 | |
| SALE_PRICE | OFTReal | 976 | 150000.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 10 | Ag Dwelling, Ag Dwelling, Ag Dwelling | |
| LAND_US_01 | OFTString | 2 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 13.3k | {"22": 9, "41": 640, "71": 9, "81": 153, "90": 21}, {"21": 16, "22": 71, "23": 20, "81": 560}, {"21": 194, "22": 36, "23": 20, "81": 454, "82": 108} | |
| CROP_COVER | OFTString | 12.3k | {"141": 15.64, "143": 0.83, "176": 2.36, "190": 0.42}, {"1": 0.2, "5": 3.11, "121": 0.8, "122": 0.2, "176": 0.27}, {"1": 0.06, "121": 0.64, "176": 2.38} | |
| MUNI_ID | OFTInteger64 | 16 | 467448, 467448, 467448 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 1930560, 1930560, 1930560 | |
| ACREAGE | OFTReal | 12.2k | 19.2444, 39.2331, 8.4202 | |
| ACREAGE_AD | OFTReal | 5.3k | 265.644479741127, 77.7599001730008, 10.05202495989 | |
| MKT_VAL_LA | OFTReal | 3.6k | 7220.0, 15390.0, 4290.0 | |
| MKT_VAL_BL | OFTReal | 2.9k | 163340.0, 254640.0, 169480.0 | |
| MKT_VAL_TO | OFTReal | 5.8k | 168150.0, 263720.0, 166750.0 | |
| ZIP_CODE | OFTString | 14 | 50060, 50060, 50060 | |
| YEAR_BUILT | OFTInteger64 | 140 | 1979, 1979, 1930 | |
| LEGAL_DESC | OFTString | 6.1k | E 1/2 SWNE, NENE, PARCEL "A" NWSW | |
| MAIL_ADDRE | OFTString | 3.2k | 1643 100TH ST, 1711 100TH ST, 1767 100TH ST | |
| MAIL_AD_01 | OFTString | 16 | CORYDON, IA, 3487 COUNTY LINE RD, PO BOX 460329 DEPT 909 | |
| MAIL_AD_02 | OFTString | 761 | CORYDON 50060-0000, CORYDON 50060-0000, CORYDON 50060-0000 | |
| OWNER_OCCU | OFTString | 3 | T, T, T | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 3 | 70200, 70200, 70200 | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 691 | 1190, 1190, 1190 | |
| AREA_METER | OFTReal | 13.9k | 77883.9237353784, 158779.852138177, 34077.2374544674 | |
| PLACE_GNIS | OFTInteger64 | 8 | 2393642, 2393642, 2393642 | |
| ALT_ID_1 | OFTString | 13.9k | 060C04200005, 060C09200004, 060D10300006 | |
| ELEVATION | OFTString | 13.9k | ||
| ROBUST_ID | OFTString | 13.9k | AABK8RsWosAssj1R, AABK8fROaeq5_TaU, AABK8RQvfMPM7Li9 | |
| CALC_ACREA | OFTReal | 13.9k | 19.2458963942494, 39.2360892618649, 8.42082614737344 | |
| COUNTY_NAM | OFTString | 1 | Wayne, Wayne, Wayne | |
| COUNTY_FIP | OFTInteger64 | 1 | 19185, 19185, 19185 | |
| STATE_ABBR | OFTString | 1 | IA, IA, IA | |
| CTY_ROW_ID | OFTInteger64 | 13.9k | 6853, 7164, 13691 |
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.