Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data update #55

Open
Meobius opened this issue May 5, 2014 · 2 comments
Open

Data update #55

Meobius opened this issue May 5, 2014 · 2 comments

Comments

@Meobius
Copy link

Meobius commented May 5, 2014

Is there a mode in DataAccess where I can download only the new data in each of the .csv files ?

Basically the code download the whole file up to today or only download the extra dates up to today and add them to the existing data in the corresponding file ?

This is quite useful when the data provider only keeps a certain amount of data, say 4 years for instance.

@sb2nov
Copy link
Contributor

sb2nov commented May 5, 2014

I'm working on that for the next release. The problem with this is that the Coursera class that uses this data has to update all assignment solutions because of the price data being updated.

But it should be covered in the next release by creating different data sources for updated data and the coursera class.

@Meobius
Copy link
Author

Meobius commented May 5, 2014

Hi Sourah, If you need I implemented something on my side where I use the
file YahooDataPull .

Basically for all the required symbols, I look at which date the
corresponding file was modified. If it was more than one day ago, I
redownload the file. Before downloading again I backup the data so I can
add back old data in the new file if they are not there.
On 5 May 2014 05:43, "Sourabh Bajaj" [email protected] wrote:

I'm working on that for the next release. The problem with this is that
the Coursera class that uses this data has to update all assignment
solutions because of the price data being updated.

But it should be covered in the next release by creating different data
sources for updated data and the coursera class.


Reply to this email directly or view it on GitHubhttps://github.com//issues/55#issuecomment-42158839
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants