Created
October 31, 2016 21:28
-
-
Save blaylockbk/ced3a256ca09e6235aa8c14f5c52d495 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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