df_interests = pd.concat([matched.iloc[:, 47:63], matched["gender"]], axis=1)
df_interests.head(10)
sns.pairplot(df_interests, hue="gender")
df_interests = pd.concat([matched.iloc[:, 47:63], matched["gender"]], axis=1)
df_interests.head(10)
sns.pairplot(df_interests, hue="gender")