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 **kwargsthe columns and values to be selected Returns:¶ the dataframe with the selected rows Return type:¶ pd.DataFrame Documentation unclear, incomplete, broken or wrong? Let us know