.. _auto_keyvalue_minmax: *MERGE TWO KEY VALUES INTO ONE DATA SET* ======================================== Merges two key-value inputs — a Min Values set and a Max Values set — into a single unified dataset. Use this worker when you need to combine lower- and upper-bound key-value pairs into one tabular structure for downstream processing or reporting. When to use ----------- Classification: **process**. Tagged: ``dataset``, ``keyvalue``, ``merge``, ``minmax``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Min Values - min_value - keyvalue - — - - Key-value pairs representing the minimum values to be merged; optional — leave unconnected if no lower-bound data is required. * - Max Value - max_value - keyvalue - — - - Key-value pairs representing the maximum values to be merged; optional — leave unconnected if no upper-bound data is required. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - keyvalue_minmax_output_1 - keyvalue_minmax_output_1 - dataset - A unified tabular dataset containing the merged min and max key-value entries as columns or rows, ready for downstream analysis or reporting. Disciplines ----------- - data.dataset.transform Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=keyvalue_minmax `_ .. raw:: html

Auto-generated from transformation schema. Worker id: keyvalue_minmax. Schema hash: dbd4135ed4e1. Hand-curated docs in workerexamples/ override this page when present.