Skip to content

Instantly share code, notes, and snippets.

@arshjat
Created January 1, 2019 10:35
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 arshjat/93b33f9ad1cf3dd2adcc93b3db1b278b to your computer and use it in GitHub Desktop.
Save arshjat/93b33f9ad1cf3dd2adcc93b3db1b278b to your computer and use it in GitHub Desktop.
train = pd.read_csv("../input/question2/train.csv",sep=';')
test = pd.read_csv("../input/question2/test.csv",sep=';',quoting=csv.QUOTE_NONE)
del test['Unnamed: 1']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment