Open kyhoolee opened 10 months ago
On PortfolioLab - I follow the notebook example of Online Portfolio Selection part
msci = pd.read_csv('data/MSCI.csv', parse_dates=True, index_col='Date').dropna()[1:] us_equity = pd.read_csv('data/US_Equity.csv', parse_dates=True, index_col='Date') djia = pd.read_csv('data/DJIA.csv', parse_dates=True, index_col='Date') nyse = pd.read_csv('data/NYSE.csv', parse_dates=True, index_col='Date') sp500 = pd.read_csv('data/SP500.csv', parse_dates=True, index_col='Date') tse = pd.read_csv('data/TSE.csv', parse_dates=True, index_col='Date')
Can you share the data which used in the notebook. The provided link in the notebook is broken https://github.com/hudson-and-thames/research/blob/master/Online%20Portfolio%20Selection/Data%20Selection.ipynb
On PortfolioLab - I follow the notebook example of Online Portfolio Selection part
Can you share the data which used in the notebook. The provided link in the notebook is broken https://github.com/hudson-and-thames/research/blob/master/Online%20Portfolio%20Selection/Data%20Selection.ipynb