Move data from one component to the next in Azure Machine Learning
I have got 2 components in Azure Machine Learning. I have got 2 dataframes in the first component (called prep) which I want to pass into the next component (called middle) for further processing. In the prep code, I have…