
Answer-first summary for fast verification
Answer: Yes
The Add Rows module in Azure Machine Learning designer is specifically designed to concatenate two datasets by appending the rows of the second dataset to the first dataset. This operation preserves the columns and header row from the input datasets, assuming they have identical schemas. The community discussion confirms this with a highly upvoted comment (8 upvotes) that directly references Microsoft documentation stating 'Add Rows module is used to concatenate two datasets.' Additional comments from various exam dates further validate this as the correct approach. Since the goal is to combine all rows while maintaining the same columns and header structure, Add Rows is the appropriate module for this task.
Author: LeetQuiz Editorial Team
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 datasets and has the same columns and header row as the original inputs.
Solution: You use the Add Rows module.
Does this solution meet the goal?

A
Yes
B
No
No comments yet.