mountainMath / cmhc

Wrapper for hack into CMHC data
Other
18 stars 5 forks source link

Rent ranges dimension fix #9

Closed bdbmax closed 1 year ago

bdbmax commented 1 year ago

When the first raw string (dimension type categories) contains the $d,ddd pattern, then we can substitute the comma to a point ($d.ddd), as the comma is used to split the categories afterwards and the $d,ddd pattern creates unwanted categories. Once the categories are split, we can go back to the $d,ddd comma format.

mountainMath commented 1 year ago

Thanks for this, this is great!