Skip to content

Instantly share code, notes, and snippets.

@purva91
Last active August 9, 2020 17:42
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 purva91/b92bf9028b4061cf45dff6516b3cd086 to your computer and use it in GitHub Desktop.
Save purva91/b92bf9028b4061cf45dff6516b3cd086 to your computer and use it in GitHub Desktop.
data_file_path = 'diabetes.csv'
data_df = pd.read_csv(data_file_path)
data_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment