My question is: I know how the _load (let's say I ...
# beginners-need-help
m
My question is: I know how the _load (let's say I return the chunk iterator object from pandas) can return the iterator, but how the node itself will know how to apply all the steps inside the function for EACH chunk (not just for one) without a outside loop (let's say a wrapper in the node).