aboutsummaryrefslogtreecommitdiffstats
path: root/python/index_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/index_data.py')
-rw-r--r--python/index_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/index_data.py b/python/index_data.py
index bf772100..a8478789 100644
--- a/python/index_data.py
+++ b/python/index_data.py
@@ -7,7 +7,7 @@ serenitasdb = dbengine('serenitasdb')
def insert_quotes():
# backpopulate some version i+1 quotes one day before they start trading so that
- # we get continuous time series in the rb
+ # we get continuous time series when we compute returns
eturns
dates = pd.DatetimeIndex(['2014-05-21', '2015-02-19', '2015-03-05','2015-06-23'])
df = pd.read_sql_query("SELECT DISTINCT ON (date) * FROM index_quotes " \