Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear how to recreate sales ratio sample data from open data #29

Open
rross0 opened this issue Feb 27, 2024 · 1 comment
Open

Unclear how to recreate sales ratio sample data from open data #29

rross0 opened this issue Feb 27, 2024 · 1 comment
Labels
how-to How to do something within the Data Department

Comments

@rross0
Copy link

rross0 commented Feb 27, 2024

Cross posted.

I am trying to create a sample of sales from the Cook County Assessors' Open Data portal for sales ratio studies. In the SOP on sales ratio studies, you have:

  • Properties with known characteristic changes. Properties known to have undergone physical and/or legal characteristic changes between the time of sale and assessment are excluded.
  • Special properties. Some residential properties classified as 'Single-Family' are valued by the 'Special Properties' division of the Valuations Department. These are excluded from the sales ratio study.

It is unclear to me how to identify these properties from the sales data, or what fields in another data set I can join in to ID these sales.

@ccao-jardine
Copy link
Member

Good points! The way this is handled currently is that class 288s (properties with the Home Improvement Exemption, which is strong evidence for a property characteristics change) are excluded automatically, by nature of defining residential classes using class codes.

To recreate our sample from Open Data, use the sale_filter colums to apply exclusions. Then exclude ratios in the top or bottom 5% of your sample in the study.

We should make this more straightforward in our SOPs.

@dfsnow dfsnow added the how-to How to do something within the Data Department label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to do something within the Data Department
Projects
None yet
Development

No branches or pull requests

3 participants