vjain05 / pandasStock

Matrix animation to visualize correlation of stock data for various combinations.
0 stars 0 forks source link

Absolute path problem #1

Open cthurber opened 8 years ago

cthurber commented 8 years ago

Line 13 and 17 both contain absolute paths to files critical for function. I was able to change the first to a local path ./symbol_list.txt but line 17 seems to be some data you obtained elsewhere. What data did you download that is used for this calculation?

Thanks!

vjain05 commented 8 years ago

Hey Chris,

I attached the files for that data. They were generated from google finance. For example: csco.csv was generated from http://www.google.com/finance/historical?cid=99624&startdate=Jan+1%2C+2000&enddate=Jan+7%2C+2015&num=30&ei=SWGtVIPBFJKw8gb09YGQDA&output=csv ,

Apologies for the wait.

-Vibhor

On Fri, Feb 26, 2016 at 12:38 PM, Chris Thurber notifications@github.com wrote:

Line 13 and 17 both contain absolute paths to files critical for function. I was able to change the first to a local path ./symbol_list.txt but line 17 seems to be some data you obtained elsewhere. What data did you download that is used for this calculation?

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/vjain05/pandasStock/issues/1.