Global Public Holidays And Calendar Events
Public holidays and notable calendar events across countries and regions
@blt.calendar
Public holidays and notable calendar events across countries and regions
@blt.calendar
The calendar dataset provides a unified structure for global time-based data that affects public life and operational planning.
It is designed to serve as a foundation for systems and analyses that depend on national calendars, societal rhythms, and temporal structures.
Starting with public holidays, the dataset is architected to grow over time to include related themes such as school breaks, daylight saving transitions, market closures, and religious observances.
This dataset is especially useful for organizations that operate across borders and time zones—helping them align their operations with the temporal nuances of each region.
CREATE TABLE public_holidays (
"date" TIMESTAMP,
"name" VARCHAR,
"country_code" VARCHAR,
"country_name" VARCHAR,
"subdivision_code" VARCHAR,
"weekday" VARCHAR,
"subdivision_name" VARCHAR
);Anyone who has the link will be able to view this.