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: doc/visual-programming/source/widgets/data/concatenate.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,18 @@ Concatenates data from multiple sources.
12
12
13
13
- Data: concatenated data
14
14
15
-
The widget concatenates multiple sets of instances (data sets). The merge is “vertical”, in a sense that two sets of 10 and 5 instances yield a new set of 15 instances.
15
+
The widget concatenates multiple sets of instances (data sets). The merge is "vertical", in a sense that two sets of 10 and 5 instances yield a new set of 15 instances.
16
16
17
-

17
+

18
18
19
-
1. Set the attribute merging method.
20
-
2. Add the identification of source data sets to the output data set.
21
-
3. Produce a report.
22
-
4. If *Apply automatically* is ticked, changes are communicated automatically. Otherwise, click *Apply*.
19
+
1. Set the attribute merging method:
20
+
-*all variables that appear in input tables* will output columns from all input tables, assinging missing values for columns that were absent in each table
21
+
-*only variables that appear in all tables* will output an intersection of columns from all input tables
22
+
Check the *Treat variables with the same name as the same variable, even if they are computed using different formulae* option to consider columns with the same name as the same column in all input tables. Leaving it unchecked will not match by column name but by column identity.
23
+
2. Add the identification of source data sets to the output data set. The option will output an additional column with *Feature name* and a given type, defined in the *Place* option. The default will place source ID as a class variable. The new column will contain the names of the input tables as values.
24
+
3. If *Apply automatically* is ticked, changes are communicated automatically. Otherwise, click *Apply*.
23
25
24
-
If one of the tables is connected to the widget as the primary table, the resulting table will contain its own attributes. If there is no primary table, the attributes can be either a union of all attributes that appear in the tables specified as *Additional Tables*, or their intersection, that is, a list of attributes common to all the connected tables.
26
+
If one of the tables is connected to the widget as the primary table, the resulting table will contain only the attributes from this table. If there is no primary table, the attributes can be either a union of all attributes that appear in the tables specified as *Additional Tables*, or their intersection, that is, a list of attributes common to all the connected tables.
0 commit comments