29 attribute fields, profiled from the October 2022 vintage.
Columns in DeKalb County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_num | OFTString | 42.7k | 1619300001, 1619300001, 1619300002 | |
| owner | OFTString | 30.4k | MELODY S GLADDEN , JONATHAN R GOBLE, MELODY S GLADDEN , JONATHAN R GOBLE, BEVERLY J LARSON , ROGER A LARSON | |
| siteaddres | OFTString | 35.8k | 240 SOUTH PAW PAW RD EARLVILLE, IL 60518, 240 SOUTH PAW PAW RD EARLVILLE, IL 60518, SOUTH PAW PAW RD EARLVILLE, IL 60518 | |
| taxbillmai | OFTString | 29.2k | MELODY GLADDEN, JONATHAN GOBLE, ROGER A & BEVERLY J LARSON | |
| mailingadd | OFTString | 28.6k | 409 COLONIAL DEKALB, IL 601150000, 5684 M 63 N COLOMA, MI 49038, 7775 GOV BEVERIDGE HWY HINCKLEY, IL 60520 | |
| street_vie | OFTString | 42.7k | http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300001, http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300001, http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300002 | |
| qtas_link | OFTString | 42.7k | ||
| compass_hy | OFTString | 42.7k | ||
| street_v_1 | OFTString | 42.7k | http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300001, http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300001, http://gis.dekalbcounty.org/DM/DMViewer.asp?id=1619300002 | |
| tax_code | OFTString | 235 | PP04, PP04, PP04 | |
| net_taxabl | OFTReal | 30.0k | 110615.0, 110615.0, 17654.0 | |
| gross_curr | OFTReal | 4.0k | 150.0, 150.0, 26.0 | |
| tax_rate | OFTReal | 175 | 9.30116, 9.30116, 9.30116 | |
| tax_billed | OFTReal | 34.1k | 10288.48, 10288.48, 1642.04 | |
| drainage_a | OFTReal | 1.1k | 0.0, 0.0, 0.0 | |
| split_yn | OFTString | 3 | U, H, U | |
| split_yn_d | OFTString | 3 | Has Unbuildable Area, Has House, Has Unbuildable Area | |
| zone_code | OFTString | 11 | A-1, A-1, A-1 | |
| zone_code_ | OFTString | 7 | RC-1, PDR, PDR | |
| zone_cod_1 | OFTString | 59 | I-2, R-1, R-3 | |
| special_us | OFTString | 6 | yes, yes, no | |
| zone_reg | OFTString | 1 | ||
| id | OFTInteger | 44.9k | 21422, 21423, 21424 | |
| disclaimer | OFTString | — | ||
| objectid | OFTInteger | 44.9k | 21422, 21423, 21424 | |
| map_page | OFTString | 812 | 16-G, 16-G, 16-G | |
| map_page_l | OFTString | — | ||
| shape__are | OFTReal | 40.2k | 1040931.507812, 1040931.507812, 178675.742188 | |
| shape__len | OFTReal | 42.5k | 4083.837278, 4083.837278, 1912.154404 |
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.