30 attribute fields, profiled from the August 2021 vintage.
Columns in Boone County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 24.2k | 102, 103, 219 | |
| pin | OFTString | 24.2k | 0731300005, 0731400001, 0731200003 | |
| pwd | OFTString | 24.1k | 07-31-300-005, 07-31-400-001, 07-31-200-003 | |
| add_num | OFTString | 6.8k | 761, 1265, 537 | |
| add_prefix | OFTString | 4 | W, W, W | |
| add_strt | OFTString | 893 | FAIRDALE, FAIRDALE, BLOODS POINT | |
| add_type | OFTString | 19 | RD, RD, RD | |
| add_sdir | OFTString | 4 | SW, SW, SW | |
| add_munic | OFTString | 24 | CHERRY VALLEY, CHERRY VALLEY, CHERRY VALLEY | |
| add_zip | OFTString | 2.6k | 61016-, 61016-, 61016- | |
| add_full | OFTString | 19.5k | 761 FAIRDALE RD, 1265 FAIRDALE RD, 537 BLOODS POINT RD | |
| ownr_name1 | OFTString | 17.5k | PRATT, PETER E TR, ANDERBERG, MALCOLM C TR & ANDERBERG, NORTH SHORE NATL BANK TR 30 | |
| ownr_name2 | OFTString | 1.0k | c/o ARNOLD LOEB, c/o ARNOLD LOEB, c/o JUNE VOWLES | |
| ownr_addr | OFTString | 16.3k | 35982 W COUNTY LINE RD, 35595 WHEELER RD, 7200 N CLARK ST | |
| ownr_city | OFTString | 513 | KIRKLAND, KIRKLAND, CHICAGO | |
| ownr_state | OFTString | 39 | IL, IL, IL | |
| ownr_zip | OFTString | 3.1k | 601468224, 601468238, 606262416 | |
| acres | OFTReal | 6.4k | 55.79, 80.0, 118.3 | |
| prop_code | OFTString | 13 | 210, 210, 210 | |
| nghbr_code | OFTString | 246 | 7102, 7102, 7102 | |
| lgl1 | OFTString | 24.1k | 31-43-3 PT SW 1/4; W 934.94' GOV LOT 1, 31-43-3 W 1/2 SE, 31-43-3 E 1/2 NE (EX S186' E399') & SW NE | |
| lgl2 | OFTString | 9.7k | DALE RD, 537 BLOODS POINT RD, , W 435', N 1003' TO POB | |
| lgl3 | OFTString | 834 | W 253.49', W 624.67' TO POB 1145 CHERRY VALLEY RD, 433 STONE QUARRY RD, TO POB 601 STONE QUARRY RD | |
| lgl4 | OFTString | 156 | LI, S 40' TO P, .63' NW 32' E 2, LIN 143' TO PO | |
| lgl5 | OFTString | — | ||
| lgl6 | OFTString | — | ||
| lrsn | OFTInteger | 24.1k | 44979, 19150, 19147 | |
| updated | OFTString | 485 | 4/29/2021, 10/1/2018, 10/1/2018 | |
| shape_leng | OFTReal | 24.1k | 7128.97245, 7946.107751, 10611.570714 | |
| shape_area | OFTReal | 24.2k | 2430331.097292, 3515148.627392, 5206764.785482 |
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.