TableOperationHelper
Attributes
OPERATION_SEPARATOR: strFunctions
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