aigct.pd_util

Attributes

RELATIONAL_OPERATORS

Functions

filter_dataframe_by_list(→ pandas.DataFrame)

build_dataframe_where_clause(→ str)

merge_by_chunks(left_df, right_df[, chunk_size])

Module Contents

aigct.pd_util.RELATIONAL_OPERATORS = ['==', '!=', '>', '<', '>=', '<='][source]
aigct.pd_util.filter_dataframe_by_list(data_frame: pandas.DataFrame, filter_list: pandas.DataFrame | list[str] | str | pandas.Series, df_merge_columns: list[str] | str, filter_col_name_map: dict = None, in_list: bool = True) pandas.DataFrame[source]
aigct.pd_util.build_dataframe_where_clause(where_params: dict) str[source]
aigct.pd_util.merge_by_chunks(left_df: pandas.DataFrame, right_df: pandas.DataFrame, chunk_size: int = 500, **kwargs)[source]