Weather Astronomy -Dataset
Dataset of weather astronomy of particular location(country)
@kaggle.kamalesh1997_weather_astronomy_dataset
Dataset of weather astronomy of particular location(country)
@kaggle.kamalesh1997_weather_astronomy_dataset
CREATE TABLE countryastronomy (
"unnamed_0" BIGINT,
"name" VARCHAR,
"region" VARCHAR,
"country" VARCHAR,
"lat" DOUBLE,
"lon" DOUBLE,
"tz_id" VARCHAR,
"localtime_epoch" BIGINT,
"localtime" TIMESTAMP,
"sunrise" VARCHAR,
"sunset" VARCHAR,
"moonrise" VARCHAR,
"moonset" VARCHAR,
"moon_phase" VARCHAR,
"moon_illumination" BIGINT,
"is_moon_up" BIGINT,
"is_sun_up" BIGINT
);
Anyone who has the link will be able to view this.