20 attribute fields, profiled from the April 2022 vintage.
Columns in Vermilion County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 50666, 50838, 50839 | |
| pin | OFTString | 50.0k | 30-22-200-001, 30-22-377-002, 30-22-377-003 | |
| parcel_num | OFTString | 50.0k | 30-22-200-001, 30-22-300-004, 30-22-300-003 | |
| track_numb | OFTString | 50.0k | SDLL0278, SDLL027802B, SDLL027802A | |
| township_n | OFTString | 19 | Sidell, Sidell, Sidell | |
| site_addre | OFTString | 32.1k | 3199 N 100 EAST RD, 108 ALLEN, 106 ALLEN | |
| site_csz | OFTString | 48 | ALLERTON IL 61810, ALLERTON IL 61810, ALLERTON IL 61810 | |
| gross_acre | OFTReal | 4.7k | 405.13, 3.51, 0.66 | |
| homesite_a | OFTReal | 276 | 0.0, 0.0, 0.0 | |
| farm_acres | OFTReal | 4.5k | 405.13, 0.0, 0.0 | |
| class | OFTString | 22 | 0011, 0060, 0030 | |
| tax_status | OFTString | 2 | T, T, T | |
| legal | OFTString | 50.0k | E402.1A SEC 22 17 14 & FORM RR ROW S & ADJ, FORMER RR PROP S & ADJ SW4 22 17 14 (KNOWN AS TRS 4,6,8,9), FORMER RR PROP S & ADJ SW4 22 17 14 (KNOWN AS TR 7) | |
| mailto_add | OFTString | 28.3k | 913 E 550 N RD, PO BOX 200, 310 E YATES | |
| farm_land | OFTReal | 10.0k | 306687.0, 0.0, 0.0 | |
| farm_build | OFTReal | 1.5k | 500.0, 0.0, 0.0 | |
| non_farm_l | OFTReal | 8.3k | 0.0, 3715.0, 531.0 | |
| non_farm_b | OFTReal | 21.9k | 0.0, 8045.0, 0.0 | |
| tax_code | OFTString | 307 | SD003, SD004, SD004 | |
| pin_nodash | OFTString | 50.0k | 3022200001, 3022300004, 3022300003 |
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.