I need to create a Python dataframe with date and holiday_name of for each state in USA from 2024-01-01 to 2025-12-31
The expected output is with the following fields:
date:”2024-01-01″
holiday_name:”New years day”
state:”NV”
country:”USA”
Any suggestion?
2