← Daily city weather forecasts
Browse the rows
Every byte is read straight from object storage by DuckDB running in your browser. Nothing is downloaded up front, and nothing goes through a server. Ask a question instead.
sorted by
snapshot_date, city_id, forecast_dateThis table declares no search columns. Use the question box for anything more specific.
- snapshot_date
- city_id
- forecast_date
- lead_days
- weather_code
- temperature_max
- temperature_min
- temperature_mean
- precipitation_sum
- rain_sum
- snowfall_sum
- precipitation_hours
- wind_speed_max
- wind_gusts_max
- wind_direction_dominant
- uv_index_max
- sunrise
- sunset
- ingested_at
Page 1
SQL for this page
SELECT * FROM "daily_weather" ORDER BY "snapshot_date", "city_id", "forecast_date" LIMIT 50