Hi Kedro team, do you have some guidelines as per ...
# beginners-need-help
t
Hi Kedro team, do you have some guidelines as per when is it better to split one node into multiple nodes, and conversely when is it better to merge multiple nodes into one? For example, i am working on a feature engineering pipeline that operates on pandas dataframes, and it's not exactly clear for me when i should stack a whole bunch of transformations/augmentations in one single node, or instead split that code into multiple nodes. Would you have some feedback on this? Thanks!