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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| mapping | Record<Value, Value> | Mapping of old value to new for the recoding. Note that the key must be coercible to a string for map lookup. |