TableOutput
classView source ↗
class TableOutput(table: str | list[str])
Bases: DestinationPlugin
Categories: destination
Table-based data outputs.
Initializes the TableOutput with the given table(s) to create.
Parameters
parameter
tableThe table(s) to create. If multiple tables are provided, they must be provided as a list.
Properties
property
tablestr | list[str]The table(s) to create. If multiple tables are provided, they must be provided as a list.