Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 13, 2020 17:16
Show Gist options
  • Save sukanyabag/c239be61add5f745ad3a4dd0e25a47c2 to your computer and use it in GitHub Desktop.
Save sukanyabag/c239be61add5f745ad3a4dd0e25a47c2 to your computer and use it in GitHub Desktop.
Loading the train and test datasets
#load the train and test datasets using pandas
train = pd.read_csv("train.csv")
test = pd.read_csv("test.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment