Baselight

Top 100 Cities Weather Dataset

Unlock Insights with Extensive Weather Data for 100 Major Cities

@kaggle.danishammar_top_100_cities_weather_dataset

Top100cities Weather Data
@kaggle.danishammar_top_100_cities_weather_dataset.top100cities_weather_data

  • 9.87 KB
  • 100 rows
  • 7 columns
city

City

temperature_celsius

Temperature (Celsius)

wind_speed_m_s

Wind Speed (m/s)

latitude

Latitude

longitude

Longitude

description

Description

country

Country

Paris10.4600000000000362.0648.85342.3488clear skyFrance
Dubai29.320000000000053.0925.258255.3047clear skyUnited Arab Emirates
Madrid9.9700000000000273.640.4165-3.7026clear skySpain
Tokyo21.580000000000042.0635.6895139.6917broken cloudsJapan
Amsterdam83.5852.3744.8897clear skyNetherlands
Berlin15.6600000000000232.6852.524413.4105clear skyGermany
Rome26.0900000000000323.634.257-85.1647broken cloudsItaly
New York City21.790000000000024.6340.7143-74.006clear skyUnited States
Barcelona14.2300000000000184.1241.38882.159shower rainSpain
London7.6700000000000162.5751.5085-0.1257scattered cloudsUnited Kingdom

CREATE TABLE top100cities_weather_data (
  "city" VARCHAR,
  "temperature_celsius" DOUBLE,
  "wind_speed_m_s" DOUBLE,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "description" VARCHAR,
  "country" VARCHAR
);

Share link

Anyone who has the link will be able to view this.