34 attribute fields, profiled from the April 2022 vintage.
Columns in Edgar County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 17.9k | 803, 813, 7294 | |
| pin | OFTString | 17.8k | 08-21-10-200-002, 08-21-15-300-003, 08-21-10-300-001 | |
| alternatep | OFTString | 636 | 21-D, 21-K, 21-D | |
| propertyad | OFTString | 8.7k | NO ADDRESS ASSIGNED, NO ADDRESS ASSIGNED, NO ADDRESS ASSIGNED | |
| property_1 | OFTString | 623 | EDGAR COUNTY, IL 61944, EDGAR COUNTY, IL 61944, EDGAR COUNTY, IL 61944 | |
| ownername1 | OFTString | 9.4k | GOBLE DONNA TRUST, WINKLEBLACK PAUL C & CARINA, STANFIELD DAVID L LIVING TR & | |
| ownername2 | OFTString | 1.3k | GOBLE DONNA AS TTEE, STANFIELD EVELYN K LIVING TR, REVOCABLE LIVING TRUST | |
| ownercareo | OFTString | 1.0k | % GOBLE GARY, % FARMLAND PARTNERS INC, % DOROTHY HELTSLEY TTEE | |
| mailingadd | OFTString | 7.2k | PO BOX 2111, 22828 E CO RD 800 N, 1330 S INDIANA ST | |
| mailinga_1 | OFTString | 2.4k | W LAFAYETTE, IN 47996-2111, ASHMORE, IL 61912, ASHMORE, IL 61912-9050 | |
| section | OFTString | 40 | 15, 15, 17 | |
| township | OFTString | 6 | 12, 12, 12 | |
| range | OFTString | 7 | 14, 14, 13 | |
| shortlegal | OFTString | 17.6k | S10 T12 R14 S 1/2 NE 80.00 A, S15 T12 R14 SW SW 40.00 A, S10 T12 R14 W 1/2 SW 80.00 A | |
| totalacrea | OFTReal | 3.7k | 80.0, 40.0, 80.0 | |
| nonfarmacr | OFTReal | 547 | 0.0, 0.0, 0.0 | |
| farmacreag | OFTReal | 3.8k | 80.0, 40.0, 80.0 | |
| totalsquar | OFTReal | 354 | 0.0, 0.0, 0.0 | |
| lotsize | OFTString | 17 | 73.5x147, 73.5x147, 147'x155.37=22830 sq ft | |
| platrefere | OFTString | — | ||
| propertycl | OFTString | 12 | 0021, 0021, 0021 | |
| subdivisio | OFTString | — | ||
| taxingcode | OFTString | 82 | 08004, 08004, 08004 | |
| taxyear | OFTInteger | 1 | 2021, 2021, 2021 | |
| nonfarmlan | OFTInteger | 909 | 0, 0, 0 | |
| nonfarmimr | OFTInteger | 4.1k | 0, 0, 0 | |
| farmlandas | OFTInteger | 4.1k | 35040, 10360, 37440 | |
| farmimprov | OFTInteger | 917 | 0, 0, 0 | |
| mineralass | OFTInteger | 2 | 0, 0, 0 | |
| totalasses | OFTInteger | 5.9k | 35040, 10360, 37440 | |
| dateofsale | OFTString | 4.2k | 2019-11-13, 1996-04-10, 2016-05-31 | |
| amountofsa | OFTInteger | 1.5k | 0, 25000, 0 | |
| documentnu | OFTString | 9.4k | COA00761, CONV-01923, 16-1055-00002 | |
| bookandpag | OFTString | 1.5k | 96-6422, 02-3462, 04-697 |
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.