germanholidays

German holidays in pandas


Keywords
pandas, calendar, holidays
License
MIT
Install
pip install germanholidays==0.2.1

Documentation

German Bank Holidays

from german_holidays import get_german_holiday_calendar

# german holiday class for nordrhein-westfalen
cal_cls = get_german_holiday_calendar('NW')
cal = cal_cls()

print(cal.holidays())