Free Parcel Data

Illinois Cook County

Field dictionary

GEOID17031
Aged

43 attribute fields, profiled from the May 2021 vintage.

Columns in Cook County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 14183200401001, 14183220270000, 14183220260000
SITUS OFTString 100% 50.0k 2034 W WARNER AVE, 2035 W WARNER AVE, 2037 W WARNER AVE
ADDR_NUMBE OFTString 98% 11.6k 2034, 2035, 2037
STREET_PRE OFTString 41% 8 W, W, W
STREET_NAM OFTString 100% 2.5k WARNER, WARNER, WARNER
STREET_SUF OFTString 0% 4 E, E, E
STREET_TYP OFTString 98% 37 Ave, Ave, Ave
SITUS_CITY OFTString 87% 79 CHICAGO, CHICAGO, CHICAGO
SITUS_ZIP OFTString 87% 141 60618, 60618, 60618
ADDR_SEC_U OFTString 0% 1 LOT, LOT, LOT
ADDR_SE_01 OFTString 0% 18 6, 7, 8
OWNER OFTString 94% 50.0k WILLIAMSON AMANDA, ZAMBITO NICHOLAS R, MONTI ADAM
TRANS_DATE OFTDate 66% 3.0k 2012-06-01, 2016-11-01, 2010-12-01
BLDG_SQFT OFTInteger64 100% 5.6k 0, 1819, 2066
NGH_CODE OFTString 100% 112 42, 42, 42
LAND_USE_C OFTString 100% 103 299, 295, 295
LAND_US_01 OFTString 93% 5 Residential, Residential, Residential
LAND_COVER OFTString 100% 7.8k {"23": 1, "24": 3}, {"24": 1}, {"24": 2}
MUNI_ID OFTInteger64 100% 9 428803, 428803, 428803
SCHOOL_DIS OFTInteger64 100% 9 1709930, 1709930, 1709930
MKT_VAL_LA OFTReal 100% 23.8k 4275.0, 3888.0, 3816.0
MKT_VAL_BL OFTReal 100% 50.0k 32190.0, 56154.0, 57278.0
MKT_VAL_TO OFTReal 100% 50.0k 36465.0, 60042.0, 61094.0
ZIP_CODE OFTString 100% 102 60618, 60618, 60618
BUILDINGS OFTInteger64 100% 74 3, 1, 0
MAIL_ADDRE OFTString 94% 50.0k 2034 W WARNER #101, CHICAGO, IL 60618, 2035 W WARNER AVE, CHICAGO, IL 60618, 2037 W WARNER AVE, CHICAGO, IL 60618
OWNER_OCCU OFTString 100% 3 T, T, T
USPS_RESID OFTString 100% 3 ?, T, T
CENSUS_TRA OFTInteger64 100% 638 50200, 50200, 50200
CENSUS_BLK OFTInteger 100% 7 2, 2, 2
CENSUS_BLO OFTInteger 100% 554 2019, 2034, 2034
AREA_METER OFTReal 100% 50.0k 1088.2833355529, 77.9939564161, 527.0270740581
FLD_ZONE OFTString 6% 18 {A}, {A}, {A}
ZONE_SUBTY OFTString 6% 13 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 96% 52 428803, 428803, 428803
ALT_ID_1 OFTString 100% 50.0k 1418320040, 1418322027, 1418322026
ELEVATION OFTString 99% 50.0k {"max": 243.625, "min": 243.625, "mean": 243.625}, {"max": 243.625, "min": 243.625, "mean": 243.625}, {"max": 243.625, "min": 243.625, "mean": 243.625}
ROBUST_ID OFTString 100% 50.0k AABCh8rNAifSbHRz, AABCh8v_iq33lH0m, AABCh6dj18nydhRy
CALC_ACREA OFTReal 100% 50.0k 0.268925695, 0.0192730866, 0.1302336603
COUNTY_NAM OFTString 100% 1 Cook, Cook, Cook
COUNTY_FIP OFTInteger64 100% 1 17031, 17031, 17031
STATE_ABBR OFTString 100% 1 IL, IL, IL
CTY_ROW_ID OFTInteger64 100% 50.0k 1218231, 1218260, 1218259

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.