Back to bricks list
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

TableOperationHelper

Attributes
OPERATION_SEPARATOR: str
Functions
COLUMN_MASS_OPERATIONS - @staticmethod

Call multiple operations on table, the operations must be stored in a DataFrame.

table : Table
_description_
operation_df : DataFrame
_description_
operation_name_column : str
name of the column that contains the operations' names(takes first column if none)
operation_calculations_column : str
replace_unknown_column : TableOperationUnknownColumnOption - TableOperationUnknownColumnOption.SET_RESULT_TO_NAN
Option to handle unknown columns
keep_original_columns : bool - False
If True, the original columns used for the calculations are added at the end of the table. Otherwise, only the calculated columns are kept
Return type : Table
COLUMN_OPERATIONS - @staticmethod
source : Table
operations : List
keep_original_columns : bool
Return type : Table
ROW_OPERATION - @staticmethod
source : Table
operations : List
keep_original_rows : bool
Return type : Table