mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
BUG/MAINT: Switch over to Google for benchmarking
MAINT: Remove mentions of Yahoo & ^GSPC MAINT: Fill in missing dates MAINT/BLD: Rebuild example data to match new benchmark
This commit is contained in:
@@ -1493,7 +1493,7 @@ def patch_read_csv(url_map, module=pd, strict=False):
|
||||
|
||||
|
||||
def copy_market_data(src_market_data_dir, dest_root_dir):
|
||||
symbol = '^GSPC'
|
||||
symbol = 'SPY'
|
||||
filenames = (get_benchmark_filename(symbol), INDEX_MAPPING[symbol][1])
|
||||
|
||||
ensure_directory(os.path.join(dest_root_dir, 'data'))
|
||||
|
||||
Reference in New Issue
Block a user