You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: