Skip to content

Instantly share code, notes, and snippets.

@ADGEfficiency
Last active December 4, 2020 08:29
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 ADGEfficiency/0449cd5a686332fd216a0f8de3f39e0a to your computer and use it in GitHub Desktop.
Save ADGEfficiency/0449cd5a686332fd216a0f8de3f39e0a to your computer and use it in GitHub Desktop.
Mistakes Data Scientists Make
import os
home = os.environ['HOME']
path = os.path.join(home, 'adg'))
os.makedirs(path, exist_ok=True)
np.save(path, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment