-
Get the i18n for French and English upstream. Our `Stc-master` is far from the upstream's version. Currently behind by more than 500 commits. Many things may have changed since.
The commits related…
wg102 updated
2 years ago
-
Indicator updated to add a dimension on water use per capita growth rate
**water use per capita growth rate** :
For water use - only use the households sector
Data sources:
- [Table 38-10-0250-01]…
-
Statistics Canada has released a nation-wide address database. Data available here: https://www150.statcan.gc.ca/n1/pub/46-26-0002/462600022022001-eng.htm. Licence is open (https://www.statcan.gc.ca/e…
-
There are 723 (:scream:) columns with duplicated names. Get the list with:
```sql
select name, count(*), array_agg(id) from observatory.obs_column WHERE NAME != '' group by name having count(*) > 1;…
-
New data available for 2021.
New CODR tables: https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=3510006601
New potential dimension bullying: https://www150.statcan.gc.ca/n1/pub/75-006-x/2022001/…
-
Continuation of https://github.com/StatCan/openmpp/issues/37
-
We have fixed the issues reported by `npm audit` of `jupyter-web-app` component.
The commits related to this feature that need to be integrated into upstream code are:
- Aug 19 : fix(npm): fix vul…
-
New data available. New source: https://www150.statcan.gc.ca/t1/tbl1/en/cv.action?pid=4310006201
-
The following videos need to be created (subject to change):
- [ ] https://github.com/StatCan/daaas/issues/1415
- [ ] https://github.com/StatCan/daaas/issues/1416
- [ ] https://github.com/StatCan/daa…
-
After the Jupyter Web App features have been pushed upstream (progress being tracked in this EPIC https://github.com/StatCan/kubeflow/issues/45), we will need to move onto pushing our centrealdashboar…