44 attribute fields, profiled from the November 2022 vintage.
Columns in Jefferson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 18.3k | 0201300001, 0211400007, 0213100002 | |
| SITUS | OFTString | 7.8k | 1059 HWY 1, 1166 HWY 1, 1233 HWY 1 | |
| ADDR_NUMBE | OFTString | 1.9k | 1059, 1166, 1233 | |
| STREET_PRE | OFTString | 12 | HWY, HWY, HWY | |
| STREET_NAM | OFTString | 518 | 1, 1, 1 | |
| STREET_SUF | OFTString | 4 | N, E, E | |
| STREET_TYP | OFTString | 17 | Ave, St, St | |
| SITUS_CITY | OFTString | 13 | RICHLAND, PACKWOOD, PACKWOOD | |
| SITUS_ZIP | OFTString | 13 | 52585, 52580, 52580 | |
| ADDR_SEC_U | OFTString | 142 | LOT 33, # 104, # 23 | |
| OWNER | OFTString | 7.5k | MOTTET JOSEPH, BLAKENEY JAMES E, SHEETZ KIP A/MICHELLE E | |
| LAND_USE_C | OFTString | 9 | A, R, C, R | |
| LAND_US_01 | OFTString | 4 | Agricultural, Residential, Commercial | |
| LAND_COVER | OFTString | 16.1k | {"22": 27, "23": 18, "71": 138, "82": 1452}, {"22": 31, "23": 254, "82": 261}, {"22": 100, "23": 100, "71": 452, "81": 138, "82": 156} | |
| CROP_COVER | OFTString | 14.3k | {"1": 0.28, "5": 35.42, "176": 2.83}, {"122": 0.2, "131": 0.2, "176": 0.34, "195": 0.03}, {"5": 0.53, "141": 0.4, "176": 1.04} | |
| MUNI_ID | OFTInteger64 | 13 | 467457, 467457, 467457 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 1911340, 1911340, 1911340 | |
| ACREAGE | OFTReal | 3.1k | 38.2, 0.71, 1.97 | |
| ACREAGE_AD | OFTReal | 9.0k | 286.214560271975, 0.76523632403348, 1.97219329056353 | |
| ZIP_CODE | OFTString | 13 | 52585, 52556, 52556 | |
| LEGAL_DESC | OFTString | 17.7k | NW SW 1 73 10, SE PT NE SE 11 73 10, PT SW NW 13 73 10 | |
| PLSS_SECTI | OFTString | 36 | 01, 11, 13 | |
| PLSS_TOWNS | OFTString | 4 | 73N, 73N, 73N | |
| PLSS_RANGE | OFTString | 4 | 10W, 10W, 10W | |
| MAIL_ADDRE | OFTString | 6.0k | 1303 SOUTH D, 1166 HWY 1, 1233 HWY 1 | |
| MAIL_AD_01 | OFTString | 17 | SANTIAGO, CHILE, VINA DEL MAR CHILE 2581548, P O BOX 961089 | |
| MAIL_AD_02 | OFTString | 879 | FAIRFIELD IA 52556, FAIRFIELD IA 52556, FAIRFIELD IA 52556 | |
| OWNER_OCCU | OFTString | 3 | F, T, T | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 90100, 90200, 90100 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 2, 1 | |
| CENSUS_BLO | OFTInteger | 712 | 1060, 2045, 1192 | |
| ZONING | OFTString | 2 | Not Applicable, Not Applicable, Not Applicable | |
| AREA_METER | OFTReal | 18.3k | 155927.302089728, 3096.74365275983, 7981.03391430346 | |
| PLACE_GNIS | OFTInteger64 | 8 | 467811, 467811, 467811 | |
| ALT_ID_1 | OFTString | 15.2k | 0140233000, 1130120020, 1310273000 | |
| ALT_ID_2 | OFTString | 18.2k | 0201300001, 0211400007, 0213100002 | |
| ELEVATION | OFTString | 18.3k | ||
| ROBUST_ID | OFTString | 18.3k | AABKndVXT4kekCWv, AABKncds5g7wwUOm, AABKnaV1rA-GEZZk | |
| CALC_ACREA | OFTReal | 18.3k | 38.5311956193927, 0.765236324033482, 1.97219329056353 | |
| COUNTY_NAM | OFTString | 1 | Jefferson, Jefferson, Jefferson | |
| COUNTY_FIP | OFTInteger64 | 1 | 19101, 19101, 19101 | |
| STATE_ABBR | OFTString | 1 | IA, IA, IA | |
| CTY_ROW_ID | OFTInteger64 | 18.3k | 934, 1157, 1189 |
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.