Skip to content

Instantly share code, notes, and snippets.

@Paulooh007
Created March 7, 2020 16:39
Show Gist options
  • Save Paulooh007/ac2096098599297dc4c15cab603dfbc0 to your computer and use it in GitHub Desktop.
Save Paulooh007/ac2096098599297dc4c15cab603dfbc0 to your computer and use it in GitHub Desktop.
read in data
train = pd.read_csv('train.csv')
test = pd.read_csv('test.csv')
print('train data shape: ',train.shape,'\ntest data shape: ',test.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment