U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
3 rows where record_min_temp = 28
This data as json, copyable, CSV (advanced)
Suggested facets: record_max_temp, average_precipitation
| Link | rowid ▼ | date | actual_mean_temp | actual_min_temp | actual_max_temp | average_min_temp | average_max_temp | record_min_temp | record_max_temp | record_min_temp_year | record_max_temp_year | actual_precipitation | average_precipitation | record_precipitation |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 188 | 188 | 2015-1-4 | 56 | 42 | 69 | 47 | 68 | 28 | 87 | 1949 | 1902 | 0.0 | 0.1 | 3.24 |
| 191 | 191 | 2015-1-7 | 69 | 53 | 85 | 48 | 68 | 28 | 87 | 1913 | 1996 | 0.0 | 0.1 | 3.52 |
| 221 | 221 | 2015-2-6 | 65 | 54 | 75 | 49 | 68 | 28 | 86 | 1883 | 1987 | 0.0 | 0.13 | 2.39 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "us-weather-history/KCQT" ( "date" TEXT, "actual_mean_temp" INTEGER, "actual_min_temp" INTEGER, "actual_max_temp" INTEGER, "average_min_temp" INTEGER, "average_max_temp" INTEGER, "record_min_temp" INTEGER, "record_max_temp" INTEGER, "record_min_temp_year" INTEGER, "record_max_temp_year" INTEGER, "actual_precipitation" REAL, "average_precipitation" REAL, "record_precipitation" REAL );