Last active
May 30, 2020 23:27
-
-
Save Lawrence-Krukrubo/d2854a371f2b1c0b396b1c7bd63d675e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import seaborn as sns | |
titanic_df = sns.load_dataset('titanic') | |
titanic_df.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A code snippet for my article in medium