Ultimate access to all questions.
You are using Azure Machine Learning designer. You have two datasets, Dataset1 and Dataset2. You need to create a new dataset that includes all rows from both input datasets and has the same columns and header row.
Solution: Use the Execute Python Script module.
Does the solution meet the goal?