diff --git a/pyproject.toml b/pyproject.toml index 01fb1e2..952b323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,3 +38,8 @@ cmd = "quarto render" [tool.poe.tasks.edit] help = "Edit the main project file in-environment" cmd = "nvim" +[tool.poe.tasks.extract] +help = "Extract the csv data from raw yaml files" +shell = """ +python src/data.py > 02-data/processed/extracted.csv +"""