fl4health.feature_alignment.tabular_type module¶ class TabularType(value)[source]¶ Bases: str, Enum An enumeration. BINARY = 'binary'¶ NUMERIC = 'numeric'¶ ORDINAL = 'ordinal'¶ STRING = 'string'¶ static get_default_fill_value(tabular_type)[source]¶ Return type: Union[bool, bytes, float, int, str]