Skip to content

Add a table to a workflow report from a crosstab projection.

Notifications You must be signed in to change notification settings

tercen/report_table_operator

Repository files navigation

Add Table to Report

Description

Add a table created in the crosstab to a workflow report. This operator transforms your crosstab data into a display table with both CSV and Markdown outputs.

Usage

The operator takes a crosstab input and generates two output files:

  1. A full CSV file with all data
  2. A Markdown preview of the first 50 rows
Input
  • Row Factors: Optional categorical or identifier columns
  • Column Factors: Optional categorical or identifier columns
  • Measurement: Numeric values to be displayed in the table
Constraints
  • Maximum output: 50 columns
  • Maximum output: 100 rows
Properties
  • Rounding: Number of digits used to round numeric values (default: 3)
Example

Typical use cases include:

  • Generating summary tables from experimental data
  • Creating quick reports from analysis results
  • Previewing large datasets with a compact Markdown view
Output Files
  • Report_Table_Full.csv: Complete dataset as a CSV file
  • Report_Table.md: Markdown-formatted preview of the first 30 rows
Repository

GitHub Repository

About

Add a table to a workflow report from a crosstab projection.

Resources

Stars

Watchers

Forks

Packages