Jerem7401

Results 1 comments of Jerem7401

same error for me, What I have tried so far: `pip install quantstats --upgrade` `returns = returns.resample(resample).last() if compound is True else returns.resample(resample).sum()` Modified core.py (line 294) as suggested `pip...