-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
It would be nice to have functions to run things with synpp from Jupyter, for instance stage by stage and to examine the results directly, e.g.
pipeline = synpp.setup("config_ile_de_france.yml")
df_census = pipeline.run("data.census.cleaned")
# Do something with df_census
df_census = pipeline.run("data.census.cleaned", stages = {
"data.census.raw": SOME_DATA # Override stage output
})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels