40 attribute fields, profiled from the October 2022 vintage.
Columns in Saline County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 20.9k | 01-1-096-08, 01-1-096-03, 01-1-099-02 | |
| SITUS | OFTString | 12.0k | 1125 NORTH AMERICA RD, 1300 NORTH AMERICA RD, 1410 NORTH AMERICA RD | |
| ADDR_NUMBE | OFTString | 2.1k | 1125, 1300, 1410 | |
| STREET_PRE | OFTString | 5 | N, N, N | |
| STREET_NAM | OFTString | 693 | AMERICA, AMERICA, AMERICA | |
| STREET_SUF | OFTString | 4 | S, N, S | |
| STREET_TYP | OFTString | 15 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 10 | GALATIA, GALATIA, GALATIA | |
| SITUS_ZIP | OFTString | 10 | 62935, 62935, 62935 | |
| OWNER | OFTString | 12.6k | LANDS ZACHARY LEE & MARY MERCEDES, SLONE WALKER & SHEILA, EISENHAUER MATT & ANNE | |
| TRANS_DATE | OFTDate | 304 | 2014-10-10, 2014-10-08, 2014-10-21 | |
| LAND_COVER | OFTString | 18.3k | {"21": 61, "41": 757}, {"21": 78, "23": 9, "41": 570, "71": 6, "81": 237}, {"21": 11, "22": 12, "23": 9, "41": 608, "81": 269} | |
| CROP_COVER | OFTString | 14.0k | {"121": 0.57, "141": 9.8}, {"5": 0.62, "121": 1.38, "141": 13.84, "176": 4.82}, {"121": 0.49, "122": 0.12, "141": 1.88} | |
| MUNI_ID | OFTInteger64 | 13 | 428724, 428724, 428724 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 1716020, 1716020, 1716020 | |
| ACREAGE | OFTReal | 2.2k | 10.0, 20.0, 20.0 | |
| ACREAGE_AD | OFTReal | 15.1k | 10.3671047013238, 20.6536882589634, 20.8399714234846 | |
| ZIP_CODE | OFTString | 12 | 62935, 62935, 62935 | |
| BUILDINGS | OFTInteger64 | 20 | 0, 4, 2 | |
| LEGAL_DESC | OFTString | 20.9k | ,S15,T09,R05 ,QNE,L ,B PT W1/2 NE1/4 2087/261 12/14 W/D, ,S21,T08,R05 ,QNE,L ,B E PT NW1/4 NE1/4 07-21-200-013-0021, ,S21,T08,R05 ,QNE,L ,B PT E1/2 NE1/4 07-21-200-011-0011 | |
| MAIL_ADDRE | OFTString | 10.8k | 75 N HANKINS RD, 1300 NORTH AMERICA RD, 1410 NORTH AMERICA RD | |
| MAIL_AD_01 | OFTString | 950 | HARRISBURG IL 62946, GALATIA IL 62935, GALATIA IL 62935 | |
| MAIL_NAME | OFTString | 12.5k | LANDS, ZACHARY LEE & MARY MERCEDES, SLONE, WALKER & SHEILA, EISENHAUER, MATT & ANNE | |
| OWNER_OCCU | OFTString | 3 | F, T, T | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 9 | 955700, 955700, 955700 | |
| CENSUS_BLK | OFTInteger | 4 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 550 | 3107, 3080, 3080 | |
| AREA_METER | OFTReal | 21.5k | 41953.4001105736, 83580.9488040283, 84334.7959349464 | |
| FLD_ZONE | OFTString | 18 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 14 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 7 | 2397561, 2397561, 2397561 | |
| ALT_ID_1 | OFTString | 20.9k | 07-05-300-006, 07-05-300-002, 07-06-400-002 | |
| ELEVATION | OFTString | 21.4k | ||
| ROBUST_ID | OFTString | 21.5k | AABDDYQBBOTiImYe, AABDDdIdjfLeQK-N, AABDDQsr3r-NZC1n | |
| CALC_ACREA | OFTReal | 21.5k | 10.3671047013238, 20.6536882589634, 20.8399714234846 | |
| COUNTY_NAM | OFTString | 1 | Saline, Saline, Saline | |
| COUNTY_FIP | OFTInteger64 | 1 | 17165, 17165, 17165 | |
| STATE_ABBR | OFTString | 1 | IL, IL, IL | |
| CTY_ROW_ID | OFTInteger64 | 21.5k | 18538, 18536, 18528 |
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.