Skip to content
Advertisement

Tag: categorization

Visualize how multiple categorical values differ across rows and columns in a dataframe

I have the following DataFrame where each column represents a categorization algorithm for the items in the index (a,b, …) I would like to reorder the category names in each column so that I can better assess whether the index items are being categorised similarly across columns. Is there a way to visualise how the categories differ across columns? Something

Advertisement