Revert "Point in time asset db"

This commit is contained in:
Joe Jevnik
2016-07-27 23:29:08 -04:00
committed by GitHub
parent 70ac5323de
commit 814a2be7b7
19 changed files with 612 additions and 1320 deletions
-1
View File
@@ -74,7 +74,6 @@ EQUITY_INFO = DataFrame(
index=arange(1, 7),
columns=['start_date', 'end_date'],
).astype(datetime64)
EQUITY_INFO['symbol'] = [chr(ord('A') + n) for n in range(len(EQUITY_INFO))]
TEST_QUERY_ASSETS = EQUITY_INFO.index