45 attribute fields, profiled from the October 2022 vintage.
Columns in Alexander County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 7.9k | 09-24-300-003, 09-24-300-004, 09-25-200-005 | |
| SITUS | OFTString | 3.4k | 00000303 EAST LAWN, 00000303 EAST LAWN, 00000303 EAST LAWN | |
| ADDR_NUMBE | OFTString | 1.8k | 303, 303, 303 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 916 | LAWN, LAWN, LAWN | |
| STREET_SUF | OFTString | 8 | SE, N, N | |
| STREET_TYP | OFTString | 35 | St, St, St | |
| SITUS_CITY | OFTString | 8 | CAIRO, CAIRO, CAIRO | |
| SITUS_ZIP | OFTString | 8 | 62914, 62914, 62914 | |
| ADDR_SEC_U | OFTString | 8 | SUITE, SUITE, SUITE | |
| ADDR_SE_01 | OFTString | 287 | A, 3510, 13 | |
| OWNER | OFTString | 4.0k | BEHAN-BOWEN & ASSOC. LLC, BEHAN-BOWEN & ASSOC. LLC, BEHAN-BOWEN & ASSOC. LLC | |
| TRANS_DATE | OFTDate | 1.1k | 1983-03-02, 1997-07-02, 1996-06-04 | |
| SALE_PRICE | OFTReal | 333 | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 11 | 4500, 4500, 4500 | |
| LAND_US_01 | OFTString | 3 | Commercial, Commercial, Commercial | |
| LAND_COVER | OFTString | 7.0k | {"22": 23, "23": 42, "82": 387, "90": 343, "95": 12}, {"21": 19, "22": 84, "23": 10, "82": 36, "90": 298, "95": 5}, {"21": 9, "22": 1, "82": 15, "90": 390, "95": 21} | |
| CROP_COVER | OFTString | 5.6k | {"37": 0.05, "61": 0.09, "121": 0.1, "122": 0.14}, {"122": 0.11}, {"121": 0.08, "141": 0.03, "143": 0.18} | |
| MUNI_ID | OFTInteger64 | 7 | 1928455, 1928455, 1928455 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 1708070, 1708070, 1708070 | |
| ACREAGE_AD | OFTReal | 5.2k | 15.203559128862, 15.203559128862, 8.42708596908471 | |
| MKT_VAL_LA | OFTReal | 589 | 0.0, 0.0, 0.0 | |
| MKT_VAL_BL | OFTReal | 1.8k | 0.0, 0.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 2.6k | 0.0, 0.0, 0.0 | |
| ZIP_CODE | OFTString | 10 | 62914, 62914, 62914 | |
| LEGAL_DESC | OFTString | 360 | S24 T16 R2, S24 T16 R2, S25 T16 R2 | |
| LEGAL_D_01 | OFTString | 5.7k | PT SW SW & PT E 1/2 SW., PT SE SW & PT SW SE., PT NE NW. | |
| LEGAL_D_02 | OFTString | 1.0k | PT NE CORNER SENE, NE & SE, NE. | |
| MAIL_ADDRE | OFTString | 200 | 44 VERCLIFF DRIVE, 264 W 105TH ST, 264 W 105TH ST | |
| MAIL_AD_01 | OFTString | 105 | CARBONDALE IL 62901, CHICAGO IL 60628, CHICAGO IL 60628 | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 957700, 957700, 957700 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 444 | 2125, 2125, 2125 | |
| AREA_METER | OFTReal | 8.2k | 41261.1785531971, 20264.2924065456, 34102.5695806916 | |
| FLD_ZONE | OFTString | 20 | {AE,AE}, {AE,AE}, {AE,AE} | |
| ZONE_SUBTY | OFTString | 16 | {NULL,FLOODWAY}, {NULL,FLOODWAY}, {NULL,FLOODWAY} | |
| PLACE_GNIS | OFTInteger64 | 6 | 2393491, 2393491, 2393491 | |
| ELEVATION | OFTString | 8.1k | ||
| ROBUST_ID | OFTString | 8.3k | AABCa2SmebLzxSlB, AABCa5qBoAm5xUKZ, AABCazukArjABmwJ | |
| CALC_ACREA | OFTReal | 8.2k | 10.1960498322805, 5.00750929658148, 8.4270859690847 | |
| COUNTY_NAM | OFTString | 1 | Alexander, Alexander, Alexander | |
| COUNTY_FIP | OFTInteger64 | 1 | 17003, 17003, 17003 | |
| STATE_ABBR | OFTString | 1 | IL, IL, IL | |
| CTY_ROW_ID | OFTInteger64 | 8.3k | 316, 309, 2497 |
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.