Weather Data
Synthetic Dataset: Explore Weather Patterns & Predictions in 10 Locations.
@kaggle.prasad22_weather_data
Synthetic Dataset: Explore Weather Patterns & Predictions in 10 Locations.
@kaggle.prasad22_weather_data
This dataset contains synthetic weather data generated for ten different locations, including New York, Los Angeles, Chicago, Houston, Phoenix, Philadelphia, San Antonio, San Diego, Dallas, and San Jose. The data includes information about temperature, humidity, precipitation, and wind speed, with 1 million data points generated for each parameter.
Image by Mohamed Hassan from Pixabay
CREATE TABLE weather_data (
"location" VARCHAR,
"date_time" TIMESTAMP,
"temperature_c" DOUBLE,
"humidity_pct" DOUBLE,
"precipitation_mm" DOUBLE,
"wind_speed_kmh" DOUBLE
);Anyone who has the link will be able to view this.