Public Holidays In Every Country In 2022
Which countries have the most public holidays?
@kaggle.prasertk_public_holidays_in_every_country_in_2022
Which countries have the most public holidays?
@kaggle.prasertk_public_holidays_in_every_country_in_2022
CREATE TABLE holiday_calendar (
"country" VARCHAR,
"country_code" VARCHAR,
"day" VARCHAR,
"date" TIMESTAMP,
"holiday_name" VARCHAR,
"type" VARCHAR,
"comments" VARCHAR
);
Anyone who has the link will be able to view this.