Skip to content

Instantly share code, notes, and snippets.

@notha99y
Created December 18, 2018 09:19
Show Gist options
  • Save notha99y/8317bd3ffd8824c06e8b6a6b49cc94a5 to your computer and use it in GitHub Desktop.
Save notha99y/8317bd3ffd8824c06e8b6a6b49cc94a5 to your computer and use it in GitHub Desktop.
# multivariate analysis with Embarked variable and Pclass variable
quantitative_summarized(dataframe= train_df, y = 'Age', x = 'Embarked', hue = 'Pclass', palette=c_palette3, verbose=False, swarm=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment