39 attribute fields, profiled from the June 2024 vintage.
Columns in Jackson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 34.2k | 32056, 32057, 34222 | |
| pin | OFTString | 34.1k | 20-11-200-001, 20-11-400-001, 20-11-200-002 | |
| pin2 | OFTString | 27.4k | 20-11-200-001-0021, 20-11-400-001-0021, 20-11-200-002-0021 | |
| address | OFTString | 19.4k | MUNTZ RD, 321 LOWER CHUTE RD, 369 LOWER CHUTE RD | |
| owner | OFTString | 19.4k | SCHAEFER, GERHARDT T TRUST, SCHAEFER, GERHARDT T TRUST, SCHAEFER, GERHARDT T TRUST | |
| owneraddre | OFTString | 20.6k | SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998, SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998, SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998 | |
| mailtoaddr | OFTString | 21.0k | SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998, SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998, SCHAEFER, GERHARDT T TRUST PO BOX 133 WOLF LAKE IL 62998 | |
| alternatep | OFTString | 27.4k | 20112000010021, 20114000010021, 20112000020021 | |
| township_n | OFTString | 16 | Grand Tower, Grand Tower, Grand Tower | |
| acres | OFTReal | 3.7k | 36.81, 28.8, 84.78 | |
| class | OFTString | 29 | 0021, 0021, 0021 | |
| farm_acres | OFTReal | 2.9k | 36.81, 28.8, 84.78 | |
| homesite_a | OFTReal | 515 | 0.0, 0.0, 0.0 | |
| legal | OFTString | 33.7k | PT W 1/2 NW 9.11 AC 7-11-3 637/178 667/445, PT SEC 12& 13 69.32 12-11-4 , PT SW 1/4 36.46 AC 7-11-3 491/66 2009/29061 | |
| lot_dimens | OFTString | 1.5k | 59.4 X 382.3, FORESTRY MANAGEMENT PLAN 12/28/99 8.23 AC, 50 X 100 | |
| assessed_l | OFTString | 3 | 2023-09-22, 2023-09-22, 2023-09-22 | |
| non_farm_l | OFTReal | 6.3k | 0.0, 0.0, 0.0 | |
| non_farm_b | OFTReal | 16.3k | 0.0, 0.0, 0.0 | |
| farm_land | OFTReal | 5.6k | 1723.0, 1348.0, 3966.0 | |
| farm_build | OFTReal | 1.3k | 0.0, 0.0, 0.0 | |
| tax_code | OFTString | 75 | 1401, 1401, 1401 | |
| tax_status | OFTString | 3 | T, T, T | |
| tax_billed | OFTReal | 23.9k | 131.24, 102.68, 302.18 | |
| owneroccup | OFTString | 1 | Y, Y, Y | |
| historicfr | OFTString | — | ||
| homesteadi | OFTString | 1 | Y, Y, Y | |
| seniorciti | OFTString | 1 | Y, Y, Y | |
| ownerocc_1 | OFTString | 1 | Y, Y, Y | |
| fraternala | OFTString | 1 | Y, Y, Y | |
| veteranfre | OFTString | 1 | Y | |
| disabledve | OFTString | 1 | Y, Y, Y | |
| exemptparc | OFTString | 1 | Y, Y, Y | |
| seniorfree | OFTString | 1 | Y, Y, Y | |
| drainage | OFTString | 1 | Y, Y, Y | |
| date_of_sa | OFTString | 2.0k | 2009-04-01, 2009-04-01, 2009-04-01 | |
| gross_sale | OFTReal | 1.9k | 0.0, 0.0, 0.0 | |
| net_sale_p | OFTReal | 2.0k | 0.0, 0.0, 0.0 | |
| shape_leng | OFTReal | 33.5k | 7072.66873051742, 5645.7803886038, 8711.90578365643 | |
| shape_area | OFTReal | 33.5k | 1677048.1162395, 1542977.73140939, 4263802.46523171 |
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.