Skip to content

Instantly share code, notes, and snippets.

@StephenFordham
Created October 11, 2020 15:26
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 StephenFordham/d257d9214184c9128ceb5307bbc1c5bf to your computer and use it in GitHub Desktop.
Save StephenFordham/d257d9214184c9128ceb5307bbc1c5bf to your computer and use it in GitHub Desktop.
imports
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
dataframe = pd.read_csv('framingham.csv')
dataframe.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment