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
# encode all calendars
obj = EncodeHolidays(calendar='all')
Xnew = obj.transform(dates)
# encode only USA and German calendar
obj = EncodeHolidays(calendar=['us', 'de'])
Xnew = obj.transform(dates)
The text was updated successfully, but these errors were encountered:
output: boolean True if it's an holiday
usage
The text was updated successfully, but these errors were encountered: