rename
Rename(mapping)
Bases: Transform
Rename features in an environment.
Initializes the Rename transform.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mapping
|
dict[str, str]
|
Key value pairs that map from the old feature name to the new one. |
required |
Source code in src/flowcean/transforms/rename.py
14 15 16 17 18 19 20 21 |
|