Leap Days
Which cohort of leap day births is most represented in Wikipedia's data?
@kaggle.joebeachcapital_leap_year_days
Which cohort of leap day births is most represented in Wikipedia's data?
@kaggle.joebeachcapital_leap_year_days
CREATE TABLE births (
"year_birth" BIGINT,
"person" VARCHAR,
"description" VARCHAR,
"year_death" DOUBLE
);
CREATE TABLE deaths (
"year_death" BIGINT,
"person" VARCHAR,
"description" VARCHAR,
"year_birth" DOUBLE
);
CREATE TABLE events (
"year" BIGINT,
"event" VARCHAR
);
Anyone who has the link will be able to view this.