Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created September 21, 2022 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khuyentran1401/55593ebd42072281cf3c0bc036a84e8d to your computer and use it in GitHub Desktop.
Save khuyentran1401/55593ebd42072281cf3c0bc036a84e8d to your computer and use it in GitHub Desktop.
from datetime import date
from workalendar.usa import UnitedStates
# Get all holidays in the US
US_cal = UnitedStates()
US_cal.holidays(2022)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment