Table column annotator
Annotate table columns according to a metadata table
TableColumnAnnotator
Annotate the columns of a sample_table
using information from a metadata_table
.
- all the column values of the reference row of the
sample_table
are matched against theids
of themetadata_table
. - if an
id
matches against a reference value of thesample_table
, the corresponding column of thesample_table
is taggeg with the metadata given by theid
.
Output
Table
2d excel like table
Configuration
reference_row
Row in the sample table whose data are used as reference for annotation. If empty, it uses the first row.
string
metadata_ref_column
Column in the metadata table whose values are used for annotation. If empty, it uses the first column.
string
use_table_column_names_as_ref
If checked, the column names of the sample table are used as reference for annotation and the reference row param is ignored.
bool
use_metadata_row_names_as_ref
If checked, the row names of the metadata table are used as reference for annotation and the metadata reference column param is ignored.
bool