42 attribute fields, profiled from the October 2022 vintage.
Columns in LaSalle County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 160817549, 160821102, 160821661 | |
| pin | OFTString | 50.0k | 37-31-305-000, 37-19-118-000, 37-19-119-000 | |
| globalid | OFTString | 50.0k | {A891FB55-2F62-420E-A577-BAFB3630234F}, {D55979F5-1EE7-42BC-8160-C707296F49FA}, {0BFA7E36-2474-46C1-A93E-18500AC35876} | |
| oldpin | OFTString | 50.0k | 32-31-300-006, 32-19-100-018, 32-19-100-019 | |
| parcelstat | OFTString | — | ||
| parcelcrea | OFTString | 25 | 2015-06-01, 2013-06-01, 2013-06-01 | |
| parcelinac | OFTString | — | ||
| taxcode | OFTString | 389 | GV010, GV007, GV007 | |
| propclass | OFTString | 19 | 0021 Farm Land without Buildings, 0021 Farm Land without Buildings, 0021 Farm Land without Buildings | |
| township | OFTString | 37 | GROVELAND TOWNSHIP, GROVELAND TOWNSHIP, GROVELAND TOWNSHIP | |
| lotacres | OFTReal | 5.6k | 89.12, 20.0, 65.8 | |
| lsize3 | OFTReal | 5.3k | 89.12, 20.0, 65.8 | |
| lsize1 | OFTReal | 461 | 0.0, 0.0, 0.0 | |
| physicalad | OFTString | 50.0k | E 6TH RD, E 6TH RD, E 6TH RD | |
| physical_1 | OFTString | 2.8k | FORMERLY RAYZ, GRAYMONT CO-OP ASSOC, GRAIN COMPANY | |
| physicalci | OFTString | 96 | DANA, RUTLAND, RUTLAND | |
| physicalst | OFTString | 3 | IL, IL, IL | |
| physicalzi | OFTString | 83 | 61321, 61358, 61358 | |
| taxname | OFTString | 50.0k | REBBEC, MARTIN D, SCHMILLEN, EDWARD J / DONNA J, LEMAN, WAYNE R | |
| taxaddress | OFTString | 44.5k | 6 SMOKEY CT, 602 N 3RD ROAD, 1173 COUNTY RD 1900 E | |
| taxaddre_1 | OFTString | 4.6k | STE L, STE L, STE L | |
| taxcity | OFTString | 1.4k | BLOOMINGTON, RUTLAND, ROANOKE | |
| taxstate | OFTString | 57 | IL, IL, IL | |
| taxzip | OFTString | 3.4k | 61704, 61358, 61561 | |
| prioryearf | OFTReal | 10.8k | 33049.0, 8594.0, 28144.0 | |
| prioryearn | OFTReal | 13.6k | 0.0, 0.0, 0.0 | |
| prioryea_1 | OFTReal | 2.3k | 0.0, 0.0, 0.0 | |
| prioryea_2 | OFTReal | 31.6k | 0.0, 0.0, 0.0 | |
| currentyea | OFTReal | 10.7k | 33049.0, 8594.0, 28144.0 | |
| currenty_1 | OFTReal | 13.6k | 0.0, 0.0, 0.0 | |
| currenty_2 | OFTReal | 2.3k | 0.0, 0.0, 0.0 | |
| currenty_3 | OFTReal | 31.8k | 0.0, 0.0, 0.0 | |
| currenty_4 | OFTReal | 42.8k | 33049.0, 8594.0, 28144.0 | |
| assessyear | OFTString | 1 | 2022, 2022, 2022 | |
| siteaddres | OFTString | 50.0k | E 6TH RD DANA IL 61321, E 6TH RD RUTLAND IL 61358, E 6TH RD RUTLAND IL 61358 | |
| starea() | OFTReal | 50.0k | 3869452.409546, 910802.352417, 2823967.910156 | |
| stlength() | OFTReal | 50.0k | 11587.481702, 4713.002568, 6800.337641 | |
| saledate | OFTString | 8.9k | 2019-01-11, 2012-11-29, 2012-11-29 | |
| legal | OFTString | 50.0k | S30A W1/2 NW1/4, W 305' E 1587.3' S 375' SE 1/4, S1/2 SE1/4 SEC 19-29-2 | |
| saleprice | OFTReal | 5.6k | 900112.0, 252012.0, 730957.0 | |
| bldgvalbya | OFTInteger | 16 | 0, 0, 0 | |
| landvalbya | OFTReal | 50.0k | 0.0, 0.0, 0.0 |
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.