Skip to content

Instantly share code, notes, and snippets.

@Sanlap1997
Created September 21, 2020 13:37
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 Sanlap1997/f72162fdbbd4af03e6c1e8cb150f70ce to your computer and use it in GitHub Desktop.
Save Sanlap1997/f72162fdbbd4af03e6c1e8cb150f70ce to your computer and use it in GitHub Desktop.
# load data
train = pd.read_csv("data/train.csv")
test = pd.read_csv("data/test.csv")
print('Train Data', train.shape,'\n', train.columns)
print('\nTest Data', test.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment