I'm using pandas and I'm wondering what's the easiest way to get the business days between a start and end date using pandas?
There are a lot of posts out there regarding doing this in Python (for example), but I would be interested to use directly pandas as I think that pandas can probably handle this quite easy.