Data pull + Page Append
Posted: Mon Aug 02, 2010 9:46 am
Hey Guys, how're things going?
I am writing a program to pull some weather data (by airport code) from a website by modifying the getStock codes a bit. The difference here is that each time this website can only give me 1 year of daily data, and I need 5 years in total. I will have to get one for each of the 50 states in the US, and each pull gives me a date variable. Would it be easier to pull all 50 of them for Year 1 first, and then moving on to Year 2, Year 3, .. and finally somehow use pageappend to combine them together (this is where I am not quite sure how to do), OR to pull the 5-year worth of data for each state and then move on to the next? What would you suggest? Please let me know. Thanks.
Tchaithonov
I am writing a program to pull some weather data (by airport code) from a website by modifying the getStock codes a bit. The difference here is that each time this website can only give me 1 year of daily data, and I need 5 years in total. I will have to get one for each of the 50 states in the US, and each pull gives me a date variable. Would it be easier to pull all 50 of them for Year 1 first, and then moving on to Year 2, Year 3, .. and finally somehow use pageappend to combine them together (this is where I am not quite sure how to do), OR to pull the 5-year worth of data for each state and then move on to the next? What would you suggest? Please let me know. Thanks.
Tchaithonov