Closed natdudley closed 5 years ago
We've got some nonconsecutive dates in the input .csv, which will be affecting order:
I don't think we want to rely on the order of rows in the input .csv anyway; too much opportunity for variance.
To fix related to this:
So, yeah. Extremely large refactor here. We now support a list of columns for Measure and Category. See readme.
The property transfers config is unusually complicated. The spreadsheet includes data on both buyers and sellers, but we're only interested in buyers for this project.
However, the spreadsheet has so many columns that I ran out of ones to include under category/measure/group, as I need the measure, property type, and category.
I was hoping to rely on order of parsing, in that it would only select the first matching value. This broke when it came to
corporate only
purchases in auckland. it also broke on tax status for onlynz tax residents
andMixture of NZ tax residents and non-residents