Skip to content

Instantly share code, notes, and snippets.

@Lawrence-Krukrubo
Last active May 30, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lawrence-Krukrubo/d2854a371f2b1c0b396b1c7bd63d675e to your computer and use it in GitHub Desktop.
Save Lawrence-Krukrubo/d2854a371f2b1c0b396b1c7bd63d675e to your computer and use it in GitHub Desktop.
import seaborn as sns
titanic_df = sns.load_dataset('titanic')
titanic_df.head()
@Lawrence-Krukrubo
Copy link
Author

A code snippet for my article in medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment