Groundhog Predictions
Groundhog Day Predictions from groundhog-day.com!
@kaggle.joebeachcapital_groundhog_predictions
Groundhog Day Predictions from groundhog-day.com!
@kaggle.joebeachcapital_groundhog_predictions
CREATE TABLE groundhogs (
"id" BIGINT,
"slug" VARCHAR,
"shortname" VARCHAR,
"name" VARCHAR,
"city" VARCHAR,
"region" VARCHAR,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"source" VARCHAR,
"current_prediction" VARCHAR,
"is_groundhog" BOOLEAN,
"type" VARCHAR,
"active" BOOLEAN,
"description" VARCHAR,
"image" VARCHAR,
"predictions_count" BIGINT
);
CREATE TABLE predictions (
"id" BIGINT,
"year" BIGINT,
"shadow" VARCHAR,
"details" VARCHAR
);
Anyone who has the link will be able to view this.