Transform a dictionary of data.
Usage
transform(data)
data: dict
The input dictionary to transform.
dict
The transformed dictionary.
>>> transform({"key": "value"}) {'key': 'VALUE'}