Skip to content

Commit 84dc649

Browse files
committed
edit 4
1 parent 6a249a1 commit 84dc649

File tree

1 file changed

+1
-59
lines changed

1 file changed

+1
-59
lines changed

articles/machine-learning/component-reference/add-columns.md

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ This article describes a component in Azure Machine Learning designer. test edit
1818

1919
Use this component to concatenate two datasets. You combine all columns from the two datasets that you specify as inputs to create a single dataset. If you need to concatenate more than two datasets, use several instances of **Add Columns**.
2020

21-
22-
2321
## How to configure Add Columns
2422
1. Add the **Add Columns** component to your pipeline.
2523

@@ -42,64 +40,8 @@ If there are two columns with the same name in the input datasets, a numeric suf
4240

4341
## Next steps
4442

45-
See the [set of components available](component-reference.md) to Azure Machine Learning.
46-
47-
48-
This article describes a component in Azure Machine Learning designer. test edit
49-
50-
Use this component to concatenate two datasets. You combine all columns from the two datasets that you specify as inputs to create a single dataset. If you need to concatenate more than two datasets, use several instances of **Add Columns**.
51-
52-
53-
54-
55-
1. Add the **Add Columns** component to your pipeline.
56-
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**.
58-
59-
- It is possible to combine two columns that have a different number of rows. The output dataset is padded with missing values for each row in the smaller source column.
60-
61-
- You cannot choose individual columns to add. All the columns from each dataset are concatenated when you use **Add Columns**. Therefore, if you want to add only a subset of the columns, use Select Columns in Dataset to create a dataset with the columns you want.
62-
63-
3. Submit the pipeline.
64-
65-
66-
After the pipeline has run:
67-
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.
69-
70-
The number of columns in the new dataset equals the sum of the columns of both input datasets.
71-
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-
74-
75-
76-
See the [set of components available](component-reference.md) to Azure Machine Learning.
77-
43+
See the [set of components available](component-reference.md) to Azure Machine Learning.
7844

7945
This article describes a component in Azure Machine Learning designer. test edit
8046

8147
Use this component to concatenate two datasets. You combine all columns from the two datasets that you specify as inputs to create a single dataset. If you need to concatenate more than two datasets, use several instances of **Add Columns**.
82-
83-
84-
85-
86-
1. Add the **Add Columns** component to your pipeline.
87-
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**.
89-
90-
- It is possible to combine two columns that have a different number of rows. The output dataset is padded with missing values for each row in the smaller source column.
91-
92-
- You cannot choose individual columns to add. All the columns from each dataset are concatenated when you use **Add Columns**. Therefore, if you want to add only a subset of the columns, use Select Columns in Dataset to create a dataset with the columns you want.
93-
94-
3. Submit the pipeline.
95-
96-
97-
After the pipeline has run:
98-
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.
100-
101-
The number of columns in the new dataset equals the sum of the columns of both input datasets.
102-
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-
105-
See the [set of components available](component-reference.md) to Azure Machine Learning.

0 commit comments

Comments
 (0)