33. Business-Day Series of 2015

Easy

Create a DatetimeIndex containing each business day of 2015 and use it to index a Series. For reproducibility, use the values 0, 1, 2, … (instead of random numbers). Return the Series.

Implement solve(...)