Sample of estimates and sales data pulled from CCAO records#

assesspy.ccao_sample() DataFrame#

Sample of sales and estimated market values taken from Evanston and New Trier in 2019. Estimates are Assessor certified (post-appeal) fair market values.

Returns:

A Pandas DataFrame with 979 observation and 3 variables:

estimate (float)

Fair market value predicted by CCAO assessment models, after any successful appeals

sale_price (float)

Recorded sale price of this property

township_name (object)

Name of the township containing the property

Return type:

pd.DataFrame