WoodworkTableAccessor.
value_counts
for columns with category as a standard tag).
ascending (bool) – Defines whether each list of values should be sorted most frequent to least frequent value (False), or least frequent to most frequent value (True). Defaults to False.
top_n (int) – the number of top values to retrieve. Defaults to 10.
dropna (bool) – determines whether to remove NaN values when finding frequency. Defaults to False.
a list of dictionaries for each categorical column with keys count and value.
list(dict)