Baselight

Public Holidays In Every Country In 2022

Which countries have the most public holidays?

@kaggle.prasertk_public_holidays_in_every_country_in_2022

Loading...
Loading...

About this Dataset

Public Holidays In Every Country In 2022

Context

Explore public holidays in every country/territory.

Acknowledgements

data source credit: https://www.officeholidays.com/
cover image credit: https://www.pexels.com/photo/white-ceramic-mug-on-green-and-white-table-5408814/

Tables

Holiday Calendar

@kaggle.prasertk_public_holidays_in_every_country_in_2022.holiday_calendar
  • 56.97 KB
  • 3916 rows
  • 7 columns
Loading...

CREATE TABLE holiday_calendar (
  "country" VARCHAR,
  "country_code" VARCHAR,
  "day" VARCHAR,
  "date" TIMESTAMP,
  "holiday_name" VARCHAR,
  "type" VARCHAR,
  "comments" VARCHAR
);

Share link

Anyone who has the link will be able to view this.