Skip to content

Module table.merge in plugin tabular v0.5.2

Create a table from other tables and/or arrays.

This module needs configuration to be set (for now). It's currently not possible to merge an arbitrary number of tables/arrays, all tables to be merged must be specified in the module configuration.

Column names of the resulting table can be controlled by the 'column_map' configuration, which takes the desired column name as key, and a field-name in the following format as value:

  • '[inputs_schema key]' for inputs of type 'array'
  • '[inputs_schema_key].orig_column_name' for inputs of type 'table'
Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Python class kiara_plugin.tabular.modules.table.MergeTableModule

Module configuration options

Configuration class: kiara_plugin.tabular.modules.table.MergeTableConfig

Name Description Type Required? Default
inputs_schema

A dict describing the inputs for this merge process.

object true null
column_map

A map describing

object false null
constants

Value constants for this module.

object false null
defaults

Value defaults for this module.

object false null