U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
8 rows where record_min_temp = 30
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, actual_min_temp, average_min_temp, average_max_temp, record_max_temp, record_min_temp_year, average_precipitation, date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 161 | 161 | 2014-12-8 | 67 | 55 | 78 | 48 | 68 | 30 | 92 | 1978 | 1938 | 0.0 | 0.07 | 2.29 |
| 167 | 167 | 2014-12-14 | 57 | 47 | 66 | 47 | 67 | 30 | 85 | 1878 | 1886 | 0.0 | 0.07 | 0.96 |
| 174 | 174 | 2014-12-21 | 59 | 50 | 68 | 47 | 67 | 30 | 85 | 1897 | 1917 | 0.0 | 0.08 | 1.57 |
| 178 | 178 | 2014-12-25 | 58 | 50 | 65 | 47 | 67 | 30 | 85 | 1879 | 1980 | 0.0 | 0.09 | 3.01 |
| 190 | 190 | 2015-1-6 | 71 | 57 | 84 | 48 | 68 | 30 | 85 | 1913 | 2006 | 0.0 | 0.1 | 2.3 |
| 204 | 204 | 2015-1-20 | 58 | 53 | 63 | 48 | 68 | 30 | 85 | 1883 | 2009 | 0.0 | 0.1 | 3.3 |
| 213 | 213 | 2015-1-29 | 68 | 60 | 75 | 48 | 68 | 30 | 88 | 1880 | 1971 | 0.0 | 0.1 | 1.96 |
| 218 | 218 | 2015-2-3 | 62 | 51 | 72 | 49 | 68 | 30 | 94 | 1883 | 1995 | 0.0 | 0.12 | 1.84 |
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 );