Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blaylockbk/ced3a256ca09e6235aa8c14f5c52d495 to your computer and use it in GitHub Desktop.
Save blaylockbk/ced3a256ca09e6235aa8c14f5c52d495 to your computer and use it in GitHub Desktop.
DATES = np.array([])
for i in dates:
DATES = np.append(DATES,datetime.strptime(i,'%m/%d/%Y %H%M'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment