0

Ok so I am using gspread to pull data on google spreadsheets but for what I am doing I need to pull data from long columns. Anyway the data that is being pulled doesn't need to be there until half way through the program. Is there a way to pull that data at the beginning while the first half of the program is running?

-As it runs right now it looks up some individual values ~5 seconds -then it pulls the data from the columns and takes ~4-15 seconds (it varies) but it isn't doing ANYTHING but pulling the data so it just sits there. -then it continues and does the rest of the calculations which take ~1 second.

I feel like this is inefficient and since it deals with minutes I worry that it might start to interfere with the way it runs when the columns get especially long...

Here is the paste bin for the code with my information removed http://pastebin.com/Wf5bfmZ0

4

0 回答 0