TableAnnotatorHelper
TableRowAnnotatorHelper
Annotate the rows of a sample_table
using information from a metadata_table
.
- all the row values of the reference column of the
sample_table
are matched against theids
of themetadata_table
. - if an
id
matches against a reference value of thesample_table
, the corresponding row of thesample_table
is taggeg with the metadata given by theid
.
Annotate the columns of a table
using information from a metadata_table
.
All the column values of the reference row of the table
are matched against the ids
of the metadata_table
.
If an id
matches against a reference value of the table
, the corresponding column of the table
is tagged with the metadata given by the id
.
Table
Table
str
str
bool
- False
bool
- False
Table
Annotate the rows of a table
using information from a metadata_table
.
All the row values of the reference column of the table
are matched against the ids
of the metadata_table
.
If an id
matches against a reference value of the table
, the corresponding row of the table
is tagged with the metadata given by the id
.
Table
Table
str
str
bool
- False
bool
- False
Table