Mojmir Vinkler
Mojmir Vinkler
Replace fetching by variable ID from owid website by fetching data directly from data-api. This eliminates the need for special cases & additional data and variable -> ID mappings. It...
Patsy automatically remove redundant columns (linearly dependent) so that the final matrix is not overdetermined. is there an option to turn off the removal? I would like to use patsy...
## Core problem `datasets` table now have `isArchived` column after [this migration](https://github.com/owid/owid-grapher/pull/1463). These datasets shouldn't be displayed to users anywhere. ## Proposed solution Hide archived datasets in `admin/datasets` view and...
If variables in MySQL have non-null field `catalogPath`, fetch them from parquet file from data catalog with DuckDB. It has been tested on real data, but there are no unit...
Thanks for this awesome productivity hack, it works great besides one little thing - when I open a new tab, it is always scrolled to the bottom. Is it a...
This reverts commit 7788e9efe33b9cad87d01eafd88c38afd3e1c81b. Enable metadata editing from Admin again.
Grapher part of adding indicator `type` to MySQL and adding ordinal type. Here's [ETL pull request](https://github.com/owid/etl/pull/2423).
Our bake times currently take >15min, which is quite annoying. I think there's a lot of low-hanging fruit that could speed it up. We should also refactor some parts of...