Kal
Results
1
comments of
Kal
Hi, I had a doubt. Could you please explain what did you exactly do in this line of code: `period_total_return = _div_func(np.array(self._data)[:, -1], np.array(self._data)[:, 0]) - 1` Did you directly...