Создать частотные таблицы в пандах
table = pd.crosstab(df.column1, df.column2)
josh.ipynb
table = pd.crosstab(df.column1, df.column2)