
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 column structure and header row from the input datasets while combining all rows. The community discussion confirms this with a highly upvoted comment (8 upvotes) that references Microsoft's official documentation, stating 'Add Rows module is used to concatenate two datasets.' Additional comments indicate this question appears frequently on the DP-100 exam, reinforcing that 'Yes' is the correct answer. The solution meets the goal of creating a dataset with the same columns, a single header row, and all rows from both input datasets.
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 input datasets and has the same columns and a single header row.
You implement a solution that uses the Add Rows module.
Does this solution meet the goal?

A
Yes
B
No
No comments yet.