Skip to content

Instantly share code, notes, and snippets.

@anitaokoh
Created August 4, 2019 07:15
Show Gist options
  • Save anitaokoh/c7a54d2a4a10cd3f43cb1359d549448a to your computer and use it in GitHub Desktop.
Save anitaokoh/c7a54d2a4a10cd3f43cb1359d549448a to your computer and use it in GitHub Desktop.
#importing all the libraries needed
import seaborn as sns
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
tips_df = sns.load_dataset('tips')
tips_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment