You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference/add-columns.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Use this component to concatenate two datasets. You combine all columns from the
51
51
52
52
53
53
54
-
## How to configure Add Columns
54
+
55
55
1. Add the **Add Columns** component to your pipeline.
56
56
57
57
2. Connect the two datasets that you want to concatenate. If you want to combine more than two datasets, you can chain together several combinations of **Add Columns**.
@@ -62,7 +62,7 @@ Use this component to concatenate two datasets. You combine all columns from the
62
62
63
63
3. Submit the pipeline.
64
64
65
-
### Results
65
+
66
66
After the pipeline has run:
67
67
68
68
- To see the first rows of the new dataset, right-click the **Add Columns** component and select Visualize. Or Select the component and switch to the **Outputs** tab in the right panel, click on the histogram icon in the **Port outputs** to visualize the result.
@@ -71,7 +71,7 @@ The number of columns in the new dataset equals the sum of the columns of both i
71
71
72
72
If there are two columns with the same name in the input datasets, a numeric suffix is added to the name of the column. For example, if there are two instances of a column named TargetOutcome, the left column would be renamed TargetOutcome_1 and the right column would be renamed TargetOutcome_2.
73
73
74
-
## Next steps
74
+
75
75
76
76
See the [set of components available](component-reference.md) to Azure Machine Learning.
77
77
@@ -82,7 +82,7 @@ Use this component to concatenate two datasets. You combine all columns from the
82
82
83
83
84
84
85
-
## How to configure Add Columns
85
+
86
86
1. Add the **Add Columns** component to your pipeline.
87
87
88
88
2. Connect the two datasets that you want to concatenate. If you want to combine more than two datasets, you can chain together several combinations of **Add Columns**.
@@ -93,7 +93,7 @@ Use this component to concatenate two datasets. You combine all columns from the
93
93
94
94
3. Submit the pipeline.
95
95
96
-
### Results
96
+
97
97
After the pipeline has run:
98
98
99
99
- To see the first rows of the new dataset, right-click the **Add Columns** component and select Visualize. Or Select the component and switch to the **Outputs** tab in the right panel, click on the histogram icon in the **Port outputs** to visualize the result.
@@ -102,6 +102,4 @@ The number of columns in the new dataset equals the sum of the columns of both i
102
102
103
103
If there are two columns with the same name in the input datasets, a numeric suffix is added to the name of the column. For example, if there are two instances of a column named TargetOutcome, the left column would be renamed TargetOutcome_1 and the right column would be renamed TargetOutcome_2.
104
104
105
-
## Next steps
106
-
107
105
See the [set of components available](component-reference.md) to Azure Machine Learning.
0 commit comments