Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 13, 2020 07:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alakhator/6891f6cbdecc239bf70ea472a77d2e2b to your computer and use it in GitHub Desktop.
Save Alakhator/6891f6cbdecc239bf70ea472a77d2e2b to your computer and use it in GitHub Desktop.
file_loc = 'loan_prediction.csv'
df = pd.read_csv(file_loc)
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment