py4pa.data_manipulation¶
- py4pa.data_manipulation.concat_fields(df, fields)¶
Creates the Concatenation fields for ARM
- Parameters:
df (Pandas DataFrame) – DataFrame containing the source Data
fields (List of Tuples) – List of Tuples containing the pairs of fields to be combined together. Each tuple should only length 2
- Returns:
Dataframe with new fields added
- Return type:
df