schema.recodeargs.md

October 26, 2023 ยท View on GitHub

Home > @datashaper/schema > RecodeArgs

RecodeArgs interface

Signature:

export interface RecodeArgs extends InputColumnArgs, OutputColumnArgs 

Extends: InputColumnArgs, OutputColumnArgs

Properties

PropertyModifiersTypeDescription
mappingRecord<Value, Value>Mapping of old value to new for the recoding. Note that the key must be coercible to a string for map lookup.

Contents

  1. 1RecodeArgs interface
  2. 2Properties