Top 100 Cities Weather Dataset
Unlock Insights with Extensive Weather Data for 100 Major Cities
@kaggle.danishammar_top_100_cities_weather_dataset
Unlock Insights with Extensive Weather Data for 100 Major Cities
@kaggle.danishammar_top_100_cities_weather_dataset
CREATE TABLE top100cities_weather_data (
"city" VARCHAR,
"temperature_celsius" DOUBLE,
"wind_speed_m_s" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"description" VARCHAR,
"country" VARCHAR
);
Anyone who has the link will be able to view this.