36 attribute fields, profiled from the November 2019 vintage.
Columns in Pulaski County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 7.1k | 05-31-100-003, 05-31-100-005, 05-31-200-003 | |
| SITUS | OFTString | 3.0k | 00000, 00000, 00000 | |
| ADDR_NUMBE | OFTString | 1.1k | 1150, 153, 1746 | |
| STREET_PRE | OFTString | 8 | E, E, E | |
| STREET_NAM | OFTString | 636 | 0, 0, 0 | |
| STREET_SUF | OFTString | 3 | E, S, N | |
| STREET_TYP | OFTString | 18 | Rdg, Rdg, Rdg | |
| SITUS_CITY | OFTString | 10 | VILLA RIDGE, OLMSTED, OLMSTED | |
| SITUS_ZIP | OFTString | 10 | 62996, 62970, 62970 | |
| ADDR_SEC_U | OFTString | 8 | DEPT, P O BOX, P O BOX | |
| ADDR_SE_01 | OFTString | 30 | OF, 154, 144 | |
| OWNER | OFTString | 3.9k | MCMUNN RICHARD TESTAMENTARY FAMILY TRUST, MCMUNN RICHARD TESTAMENTARY FAMILY TRUST, MCMUNN RICHARD TESTAMENTARY FAMILY TRUST | |
| LAND_USE_C | OFTString | 13 | 0021, 0021, 0021 | |
| LAND_US_01 | OFTString | 3 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 4.2k | {"41": 32, "81": 140}, {"41": 1, "81": 36}, {"41": 63, "81": 93} | |
| MUNI_ID | OFTInteger64 | 11 | 1928430, 1928430, 1928430 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 1726970, 1726970, 1726970 | |
| ACREAGE | OFTReal | 1.4k | 33.0, 4.3, 30.0 | |
| ZIP_CODE | OFTString | 12 | 62996, 62996, 62970 | |
| BUILDINGS | OFTInteger64 | 21 | 0, 0, 0 | |
| LEGAL_DESC | OFTString | 7.0k | S33 T15 R1E ~ROW NE ~, S34 T15 R1E ~FRACTL NW ~271-621, S04 T16 R1E ~ROW NE, SE & SW ~ | |
| MAIL_ADDRE | OFTString | 4.0k | 684 MCMUNN LANE~VILLA RIDGE, IL 62996, 684 MCMUNN LANE~VILLA RIDGE, IL 62996, 684 MCMUNN LANE~VILLA RIDGE, IL 62996 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| CENSUS_TRA | OFTInteger64 | 2 | 971000, 971000, 971000 | |
| CENSUS_BLK | OFTInteger | 4 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 494 | 3095, 3095, 3096 | |
| AREA_METER | OFTReal | 7.4k | 131996.041856152, 21515.5303667685, 119314.544041546 | |
| FLD_ZONE | OFTString | 4 | {X}, {X}, {X} | |
| ZONE_SUBTY | OFTString | 4 | {"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"} | |
| PLACE_GNIS | OFTInteger64 | 8 | 2399571, 2399571, 2399571 | |
| ELEVATION | OFTString | 7.4k | ||
| CALC_ACREA | OFTReal | 7.4k | 32.6175419030737, 5.31670270893216, 29.4838169781064 | |
| COUNTY_NAM | OFTString | 1 | Pulaski, Pulaski, Pulaski | |
| COUNTY_FIP | OFTInteger64 | 1 | 17153, 17153, 17153 | |
| STATE_ABBR | OFTString | 1 | IL, IL, IL | |
| CTY_ROW_ID | OFTInteger64 | 7.5k | 7154, 7155, 2349 |
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.