pydit.wrangling.counts.has_different_values¶
- pydit.wrangling.counts.has_different_values(df, cols)[source]¶
Returns True if the values in the columns specified in cols are different :param df: Dataframe to be analyzed :type df: pd.DataFrame :param cols: List of columns to be analyzed :type cols: list
- Returns:
Series with True if the values in the columns specified in cols are different
- Return type:
pd.Series