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
A project might set a specific option to bizdays.
But in another part, it needs to change this option.
This should be done locally with context managers.
frombizdaysimportset_option, Calendar, optionset_option("mode", "pandas")
cal=Calendar.load("B3")
withbizdays.option("mode", "datetime"):
cal.bizdays(date1, date2)
The text was updated successfully, but these errors were encountered:
A project might set a specific option to bizdays.
But in another part, it needs to change this option.
This should be done locally with context managers.
The text was updated successfully, but these errors were encountered: