pandas.tseries.holiday has built-in only US holiday calendars. Is it possible to add other countries' holiday calendars to it? This US-centric module seems weird.

Maybe add holidays module, so this is not hard-coded and maintained within pandas.

I could make a pull request for this if it sounds reasonable.

Comment From: jreback

The point of the holidays is to be subclassed, this is only a sample implementation. see also #7070. things like this should live in an external package. they would need there own update frequency and maintainers.