Skip to content

Commit beace2e

Browse files
authored
Merge pull request #6039 from ajdapretnar/conc-doc
[DOC] Concatenate
2 parents f4bcb20 + 04c0e73 commit beace2e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

doc/visual-programming/source/widgets/data/concatenate.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ Concatenates data from multiple sources.
1212

1313
- Data: concatenated data
1414

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.
1616

17-
![](images/Concatenate-stamped.png)
17+
![](images/Concatenate.png)
1818

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*.
2325

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.
2527

2628
Example
2729
-------
178 KB
Loading
Binary file not shown.
57.4 KB
Loading

0 commit comments

Comments
 (0)