butterfree.load.processing package

Submodules

Json conversion for writers.

butterfree.load.processing.json_transform.json_transform(dataframe: DataFrame) DataFrame

Filters DataFrame’s rows using the given condition and value.

Parameters:

dataframe – Spark DataFrame.

Returns:

Converted dataframe.

Module contents

Pre Processing Components regarding Readers.

butterfree.load.processing.json_transform(dataframe: DataFrame) DataFrame

Filters DataFrame’s rows using the given condition and value.

Parameters:

dataframe – Spark DataFrame.

Returns:

Converted dataframe.