Skip to main content

Quantela platform user manual

Rename Columns

Description

Rename column names based on the user input.

Input

JSON

Output

JSON

List of column names

The list of column names that are to be renamed. Dataframe and Object data is supported. The syntax is as below:

Dataframe: [{'key':'value'},{'key':'value'}]

Object: {'key':'value'}

For example,

[['first name','fname'],['address.coordinates.lat','address.coordinates.latitude']]