Assessor - Residential Condominium Unit Characteristics
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_residential_condomini_dd4b32e2
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_residential_condomini_dd4b32e2
Residential condominium unit characteristics collected and maintained by the Assessor's office for all of Cook County, from 1999 to present. The office uses this data primarily for valuation, assessments, and reporting. When working with Parcel Index Numbers (PINs) make sure to zero-pad them to 14 digits. Some datasets may lose leading zeros for PINs when downloaded. This data is unit-level. Each 14-digit PIN represents one condominium unit. The first 10 digits of each PIN are the condominium building. Additional notes:
For more information on how this data is used to estimate condominium unit values, see the Assessor's condominium modeling code on GitHub. Township codes can be found in the legend of this map. For more information on the sourcing of attached data and the preparation of this dataset, see the Assessor's Standard Operating Procedures for Open Data on GitHub. Read about the Assessor's 2025 Open Data Refresh.
Organization: Cook County of Illinois
Last updated: 2022-05-26T02:14:28.774362
Tags: cook-county-assessor, property-tax
CREATE TABLE table_1 (
"pin" BIGINT,
"pin10" BIGINT,
"card_num" BIGINT,
"tax_year" BIGINT,
"class" BIGINT,
"township_code" DOUBLE,
"proration_key_pin" VARCHAR,
"pin_proration_rate" DOUBLE,
"card_proration_rate" DOUBLE,
"year_built" BIGINT,
"building_sqft" DOUBLE,
"unit_sf" DOUBLE,
"num_bedrooms" DOUBLE,
"num_full_baths" DOUBLE,
"num_half_baths" DOUBLE,
"building_non_units" BIGINT,
"building_pins" BIGINT,
"land_sqft" DOUBLE,
"cdu" VARCHAR,
"pin_is_multiland" BOOLEAN,
"pin_num_landlines" BIGINT,
"bldg_is_mixed_use" BOOLEAN,
"is_parking_space" BOOLEAN,
"is_common_area" BOOLEAN
);Anyone who has the link will be able to view this.