select

data_base.utils.select(df, **kwargs)

Selects rows from a dataframe based on the values of the columns

Parameters:
df : pd.DataFrame

the dataframe

**kwargs

the columns and values to be selected

Returns:

the dataframe with the selected rows

Return type:

pd.DataFrame