Closed trdunsworth closed 3 months ago
The names come from the holidays package:
import holidays
print(holidays.US(years=2024).values())
# dict_values(["New Year's Day", 'Memorial Day', 'Juneteenth National Independence Day', 'Independence Day', 'Labor Day', 'Veterans Day', 'Thanksgiving', 'Christmas Day', 'Martin Luther King Jr. Day', "Washington's Birthday", 'Columbus Day'])
Feel free to open an issue there.
Thank you for the information. I will go ahead and do that.
On Wed, 14 Aug 2024 at 15:03, José Morales @.***> wrote:
The names come from the holidays https://github.com/vacanza/python-holidays package:
import holidays print(holidays.US(years=2024).values())# dict_values(["New Year's Day", 'Memorial Day', 'Juneteenth National Independence Day', 'Independence Day', 'Labor Day', 'Veterans Day', 'Thanksgiving', 'Christmas Day', 'Martin Luther King Jr. Day', "Washington's Birthday", 'Columbus Day'])
Feel free to open an issue there.
— Reply to this email directly, view it on GitHub https://github.com/Nixtla/nixtla/issues/446#issuecomment-2289617980, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAOBER7IED2ESR7JDXIQGDZROSXNAVCNFSM6AAAAABMQ46TX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZGYYTOOJYGA . You are receiving this because you authored the thread.Message ID: @.***>
-- "A mind needs books as a sword needs a whetstone, if it is to keep its edge."
Description
The holiday has changed names over time in the US from Washington's Birthday to Presidents Day since Lincoln's Birthday is nearby.
Use case
This would bring the list in line with the current Federal holiday list.