39 attribute fields, profiled from the October 2022 vintage.
Columns in Pope County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 7.2k | 05-2-06-056-006, 05-1-06-057-004, 05-2-06-057-003 | |
| SITUS | OFTString | 2.2k | 103 E Jefferson St, 109 E MAIN ST, 109 E MAIN ST | |
| ADDR_NUMBE | OFTString | 775 | 103, 109, 109 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 296 | Jefferson, MAIN, MAIN | |
| STREET_SUF | OFTString | 5 | N, N, N | |
| STREET_TYP | OFTString | 12 | St, St, St | |
| SITUS_CITY | OFTString | 5 | GOLCONDA, GOLCONDA, GOLCONDA | |
| SITUS_ZIP | OFTString | 5 | 62938, 62938, 62938 | |
| OWNER | OFTString | 3.1k | Owens Edward & Betty, EDDYVILLE LODGE 672 ORDER OF THE EASTERN STAR CHAPTER 1007, EDDYVILLE LODGE 672 ORDER OF THE EASTERN STAR CHAPTER 1007 | |
| LAND_USE_C | OFTString | 10 | 0040, 0090, 0090 | |
| LAND_US_01 | OFTString | 2 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 7.2k | {"22": 29, "23": 372}, {"22": 297, "23": 13}, {"22": 111, "23": 5} | |
| CROP_COVER | OFTString | 6.7k | {"122": 0.01, "123": 0.14}, {"122": 0.11, "123": 0.0}, {"122": 0.04, "123": 0.0} | |
| MUNI_ID | OFTInteger64 | 6 | 1928489, 1928489, 1928489 | |
| ACREAGE | OFTReal | 1.4k | 0.0, 0.0, 0.0 | |
| ACREAGE_AD | OFTReal | 3.7k | 0.697929233660921, 0.151524070869622, 0.151524070869622 | |
| ZIP_CODE | OFTString | 12 | 62928, 62928, 62928 | |
| BUILDINGS | OFTInteger64 | 20 | 1, 1, 0 | |
| MAIL_ADDRE | OFTString | 2.7k | PO Box 95, 109 E MAIN ST, 109 E MAIN ST | |
| MAIL_AD_01 | OFTString | 186 | 113 S Main St, 114 Old Home Rd, 113 S Main St | |
| MAIL_AD_02 | OFTString | 605 | Eddyville IL 62928, EDDYVILLE IL 62928, EDDYVILLE IL 62928 | |
| OWNER_OCCU | OFTString | 3 | F, T, T | |
| USPS_RESID | OFTString | 3 | ?, T, T | |
| CENSUS_TRA | OFTInteger64 | 2 | 971200, 971200, 971200 | |
| CENSUS_BLK | OFTInteger | 2 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 234 | 2023, 2018, 2018 | |
| AREA_METER | OFTReal | 7.5k | 613.184381531567, 464.53379373506, 148.650904859176 | |
| FLD_ZONE | OFTString | 3 | {A}, {A}, {AE} | |
| ZONE_SUBTY | OFTString | 3 | {NULL}, {NULL}, {FLOODWAY} | |
| PLACE_GNIS | OFTInteger64 | 2 | 2398782, 2398782, 2398782 | |
| ALT_ID_1 | OFTString | 6.8k | 0506056006000002, 0506057004000001, 0506057003000002 | |
| ELEVATION | OFTString | 7.5k | ||
| ROBUST_ID | OFTString | 7.5k | AABC__sMeathTVpj, AABC_ysk5ylOrR7u, AABC_-2o_Cejje2E | |
| CALC_ACREA | OFTReal | 7.5k | 0.151523992520266, 0.114790945769871, 0.036733125099751 | |
| COUNTY_NAM | OFTString | 1 | Pope, Pope, Pope | |
| COUNTY_FIP | OFTInteger64 | 1 | 17151, 17151, 17151 | |
| STATE_ABBR | OFTString | 1 | IL, IL, IL | |
| CTY_ROW_ID | OFTInteger64 | 7.5k | 5187, 5159, 5149 |
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.