indilyone
indilyone
#### Describe the bug Trying to run x13 on Windows 10 with statsmodels 0.12.2 and python 3.8.8 Ran the code below import statsmodels.api as sm ###### Set path to folder...
**What are you trying to do?** Clear description of the problem you are trying to solve with PyPortfolioOpt **What have you tried?** **What data are you using?** What asset class,...
On the line cond_2 = np.where(strategy_data.reindex(signal_2.index) > signal_2, 1, 0)[:,:-1] compared with strategy_data.reindex(signal_2.index) > signal_2 (dataframe format) when you index by [:,:-1] (exclude last column) The VNQ column is excluded,...