Historical Weather Data Of 194 Country Capitals
Daily weather data of all 194 country capitals (2018 - 2022 YTD)
@kaggle.balabaskar_historical_weather_data_of_all_country_capitals
Daily weather data of all 194 country capitals (2018 - 2022 YTD)
@kaggle.balabaskar_historical_weather_data_of_all_country_capitals
CREATE TABLE daily_weather_data (
"date" VARCHAR,
"country" VARCHAR,
"city" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"tavg" DOUBLE,
"tmin" DOUBLE,
"tmax" DOUBLE,
"wdir" DOUBLE,
"wspd" DOUBLE,
"pres" DOUBLE
);
Anyone who has the link will be able to view this.