Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Last active April 12, 2020 20:38
Show Gist options
  • Save SubhadityaMukherjee/3608bab6a01605d99fec7e30d58e961d to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/3608bab6a01605d99fec7e30d58e961d to your computer and use it in GitHub Desktop.
interest
df_interests = pd.concat([matched.iloc[:, 47:63], matched["gender"]], axis=1)
df_interests.head(10)
sns.pairplot(df_interests, hue="gender")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment