decodeListColumns: Decode the encoded list-columns in a dataframe using...

Description Usage Arguments Value

Description

Encoded columns are detected, encoded with base64 and column names are appended with "__encoded" so that the decoder knows it. Other columns are not transformed. The 'decodeListColumns' function decodes only the columns whose names end with "__encoded"

Usage

1

Arguments

df

dataframe

Value

A dataframe where list-columns are encoded using base64 and those column names are appended by "__encoded". Those columns are decoded and "__encoded" is removed.


talegari/sidekicks documentation built on May 30, 2019, 8:40 a.m.