Mojmir Vinkler
Mojmir Vinkler
Suggested improvements: * [ ] Move datadiff to automated staging server which would give it persistence (and a new commit wouldn't be rebuilding everything from scratch) * [ ] Efficiently...
ETL uses [its own ORM](https://github.com/owid/etl/blob/master/etl/grapher_model.py). The problem is that if someone removes a column with a migration in grapher, ETL breaks. This happened recently with `isBulkImport` removal that [broke fasttrack](https://owid.slack.com/archives/C6C0MCXU0/p1714050425249729)...
Fix for https://github.com/owid/etl/issues/2636 When working on this, I noticed that we don't combine `type` and `sort` (e.g. `dropna()` loses information about ordinal types). I fixed those fields (I haven't fixed...
## Motivation Managing various envs (live, staging, local, etc.) has become more scattered and everyone is reinventing the wheel with their own helper functions. This PR unifies env management under...
I received feedback from a developer, @mgrabovsky, at a non-profit organization, [Facts on Climate](https://factsonclimate.org/), which uses some of our data (and might benefit from using more!). I found it interesting,...