Sample data · CC0 / public domain

Sample daily weather CSV.

Daily weather observations across ten cities: temperature, humidity, wind speed, precipitation and a text condition. The go-to shape for time-series and multi-series chart demos.

Download

Grab a file — or generate a big one.

The small files are static downloads. The large ones are generated in your browser from the same fixed seed, so every copy of weather-100000.csv on earth is byte-identical — reproducible test data with no 60 MB download.

100 rows · 4 KB 1,000 rows · 42 KB

→ Open this dataset in the dashboard builder  ·  → Open in the CSV editor

Preview

First rows.

datecitytemp_chumidity_pctwind_kphprecip_mmcondition
2024-01-01Rome0.27947.60.0Rain
2024-04-01Lisbon30.3978.31.8Rain
2024-07-01Oslo16.15335.14.2Partly cloudy
2024-09-30Oslo8.17841.80.0Clear
2024-12-31Madrid0.19324.60.4Light rain
2025-04-01Madrid29.1706.522.0Overcast
2025-07-01Vienna22.85427.30.0Partly cloudy
2025-09-30Lisbon15.59754.40.0Overcast
Schema

Columns.

columndescription
dateObservation date
cityCity
temp_cMean temperature (°C)
humidity_pctRelative humidity (%)
wind_kphWind speed (km/h)
precip_mmPrecipitation (mm)
conditionSky condition
About this dataset

What it models.

Each row is one city-day. Temperatures sit in a plausible −5…35 °C band; condition strings correlate loosely with precipitation, enough for category charts to look right.

It's synthetic — the physics is approximate, the shape is what matters: a clean date column, a category column and several numeric series.

Good for: Line/area chart demos (temperature over time) · Multi-series grouping (city comparison) · Histogram practice (wind, humidity).

License: CC0 / public domain — use it anywhere, no attribution needed.

Common questions
  • ·

    Is this real historical weather?

    No — it's synthetic data in realistic ranges. For real observations use a meteorological source; use this when you just need weather-shaped data.

  • ·

    What license is this under?

    CC0 (public domain). Use it in tutorials, tests, courses, screenshots and products — no attribution required.

  • ·

    Is the data deterministic?

    Yes — every size is generated from a fixed seed, so the same file is byte-identical for everyone, forever. Reproducible tests, stable teaching materials.

More sample data