Skip to content

Instantly share code, notes, and snippets.

@parulnith
Created June 30, 2020 11:00
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 parulnith/a5476e00adf39bb4a93f6e14ef2aab5d to your computer and use it in GitHub Desktop.
Save parulnith/a5476e00adf39bb4a93f6e14ef2aab5d to your computer and use it in GitHub Desktop.
df = pd.read_csv("diabetes.csv")
df.head()
Pregnancies Glucose BloodPressure SkinThickness Insulin BMI DiabetesPedigreeFunction Age Outcome
0 6 148 72 35 0 33.6 0.627 50 1
1 1 85 66 29 0 26.6 0.351 31 0
2 8 183 64 0 0 23.3 0.672 32 1
3 1 89 66 23 94 28.1 0.167 21 0
4 0 137 40 35 168 43.1 2.288 33 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment