musa-5090-spring-2024 / musa5090s24-team1-cama

0 stars 2 forks source link

Develop a table for tax year assessment value distributions #8

Open mjumbewu opened 3 months ago

mjumbewu commented 3 months ago

Dynamically populate (i.e. CREATE OR REPLACE) a table named derived.tax_year_assessment_bins. Imagine that the data in this table informs a distribution of the assessed values. The values should be divided into bins of some consistent widths either on a linear or logarithmic scale, and the number of properties with assessed values in each bin should be counted up. For example, it could look something like this:

Image

The table should have the following columns:

Use the source.opa_assessments table to build this table.

Acceptance criteria: