Commit graph

9 commits

Author SHA1 Message Date
Marty Oehme e960d9a8e9
feat(repo): Add poe observation extraction task
Extracts the yml data into a single csv file which can
be more easily exported and imported into other
applications. CSV file contains a row per observation.
2024-01-06 10:32:31 +01:00
Marty Oehme d88c733b6d
feat(data): Prepare loading WB country group data 2023-12-07 20:11:27 +01:00
Marty Oehme 12704e64f5
feat(repo): Add edit task to poe 2023-12-07 11:06:48 +01:00
Marty Oehme 52f9d8635f
feat(repo): Add task runner for common operations
Set up poethepoet for quarto rendering and previewing.
Can be invoked through `poetry preview` or `poetry render`.
Will for now only preview the main scoping review file.
2023-12-07 09:30:16 +01:00
Marty Oehme 9fa8eb4324
chore(repo): Update Python env and seaborn version
Updated seaborn version to 0.13 to avoid deprecation warnings for
each single plot.
2023-11-12 18:10:44 +01:00
Marty Oehme aa7995b5b1
chore: Add tabulate library to python env 2023-10-12 12:13:28 +02:00
Marty Oehme 165237f983
chore: Ignore top level imports warning
Since we import things at any point in the file,
in any potential cell, we can just ignore the
flake8 ruff warning about it.
2023-09-28 12:00:26 +02:00
Marty Oehme dd1394007f
chore: Prep quarto working env 2023-09-28 11:30:44 +02:00
Marty Oehme e8230d7a95
chore: Prep python pandas environment 2023-09-28 10:37:32 +02:00