Marut
Results
2
comments of
Marut
> The assumption is that the index only iterates over business days for which there are around 252 in year (by convention) years = (returns.index[-1] - returns.index[0]).days/252 if we use...
Unless the way of calculating `num_days` changes Yes **".days"** attribute does not consider trading days but calculates the actual number of days between two dates.