You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix (#15) a bug in the delete query within the extractor method of th…
…e QuandlDataExtraction class
The query did not include a condition for which data_vendor_id should be deleted, thus all values greater than the specified date were deleted. Also change all static daily_prices table references in QuandlDataExtraction to the class variable called table.
Add a cross validator check to prevent None values from being conside…
…red. Also, remove the time element from the Google Finance data for daily prices.
Fix data download rate limiters for both Quandl and Google Finance da…
…ta extractors. Now uses a simple rate limiter within the extractor function of the extractor.py file. Also, fix the name of the DataFrame object q_codes_df (q_code_df before).