Skip to content

Commit 5301c23

Browse files
authored
Merge pull request #2849 from markotoplak/mergedata_doc
Merge data documentation
2 parents a26fada + c75e677 commit 5301c23

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/visual-programming/source/widgets/data/mergedata.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ Data was to be found, the attribute is removed from available merging attributes
4848
**Append columns from Extra Data** outputs all instances from
4949
Data appended by matching instances from Extra Data. When no match is found,
5050
unknown values are appended.
51-
**Find matching rows** outputs similar as above,
52-
except hen no match is found, instances are excluded.
51+
**Find matching rows** outputs only matching instances.
5352
**Concatenate tables, merge rows** outputs all instances from both inputs,
5453
even though the match may not be found. In that case unknown values are
5554
assigned.
@@ -83,14 +82,3 @@ The third type of merging is shown in the next workflow. The output consist of
8382
both inputs, with unknown values assigned where no match was found.
8483

8584
.. figure:: images/MergeData-Example3.png
86-
87-
Hint
88-
----
89-
90-
If the two data sets consist of equally-named attributes (other than
91-
the ones used to perform the merging), Orange will check by default for
92-
consistency of the values of these attributes and report an error in
93-
case of non-matching values. In order to avoid the consistency checking,
94-
make sure that new attributes are created for each data set: you may use the
95-
'*Columns with the same name in different files represent different
96-
variables*' option in the :doc:`File <../data/file>` widget for loading the data.

0 commit comments

Comments
 (0)