Amos
10/12/2023, 4:00 AMcombined_df = reduce(lambda left, right: pd.merge(left, right, on=keys, how='outer'), dfs)
in a Kedro node. What's the best way of passing the dfs
parameter as an inputs
override to kedro.pipeline.modular_pipeline.pipeline
given the type hints for that parameter are constrained to (parameter) inputs: str | set[str] | dict[str, str] | None
?datajoely
10/12/2023, 9:55 AMjoiner
function
https://github.com/datajoely/modular-spaceflights/tree/main/src/modular_spaceflights/pipelines/feature_engineering