Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created May 18, 2020 05:45
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 Alakhator/fb5c6847cd6a35caf85f6574509f4ea5 to your computer and use it in GitHub Desktop.
Save Alakhator/fb5c6847cd6a35caf85f6574509f4ea5 to your computer and use it in GitHub Desktop.
submission = pd.DataFrame()
submission['User_ID'] = test['User_ID']
submission['Product_ID'] = test['Product_ID']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment