.. _auto_keyvalue_value_min: *COMPUTE THE MIN OF ALL THE VALUES IN THE KEYVALUE* =================================================== Scans all values in a key-value map and returns the minimum numeric value. Use this worker whenever you need to find the smallest value across an arbitrary set of named numeric entries in a keyvalue object. When to use ----------- Classification: **process**. Tagged: ``aggregate``, ``keyvalue``, ``min``, ``statistics``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Keyvalue 1 - kv1 - keyvalue - — - - The key-value map whose numeric values will be scanned; all values should be numeric — leave empty (optional) if the keyvalue is provided dynamically by an upstream worker. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - keyvalue_value_min_output_1 - keyvalue_value_min_output_1 - scalar - Scalar holding the minimum numeric value found across all entries in the input key-value map. Disciplines ----------- - data.dataset.transform - data.statistics Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=keyvalue_value_min `_ .. raw:: html

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