Created
July 15, 2014 08:48
-
-
Save shurru/584dd7a03f419e201c65 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
O1= <random array> | |
date= <random array> | |
for i in xrange(0, len(O1)): | |
list= [{"date": date[i], "O1": O1[i]}] | |
return jsonify(results=list) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment