Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created May 13, 2020 06:39
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 lakshay-arora/f042cdf2aa2fee913385a66caa2c39b2 to your computer and use it in GitHub Desktop.
Save lakshay-arora/f042cdf2aa2fee913385a66caa2c39b2 to your computer and use it in GitHub Desktop.
# importing pandas to read the CSV file
import pandas as pd
# read the data
data_classification = pd.read_csv('datasets/loan_train_data.csv')
# view the top rows of the data
data_classification.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment