You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to retrieve the seasonally adjusted annual rate of construction starts, and found it's not available through the package API. It's available on the portal down to CMA-level, table 5.3.3.
I'm following along the get_cmhc and just swapped the TableId before the POST call of a another minimal request, and correctly extracted Starts (SAAR). The correct csv gets read, but I understand the rest function isn't written to deal with its structure.
I think this case is about:
expanding the list_cmhc_tables generation to deal with this additional table. Were those tables handwritten manually?
review how get_cmhc could handle this table format.
Does this make sense to you? Let me know, I could try a PR on this.