I\'m trying to make a table to represent the relationship between categorical values based on their count. This is my current code:
source = ColumnDataSource(df)