U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
7 rows where record_min_temp = 31
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, actual_precipitation, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 166 | 166 | 2014-12-13 | 57 | 48 | 66 | 47 | 67 | 31 | 83 | 1901 | 1952 | 0.0 | 0.07 | 1.67 |
| 189 | 189 | 2015-1-5 | 66 | 50 | 81 | 48 | 68 | 31 | 85 | 1949 | 1902 | 0.0 | 0.1 | 2.11 |
| 193 | 193 | 2015-1-9 | 64 | 56 | 72 | 48 | 68 | 31 | 88 | 1888 | 1923 | 0.0 | 0.1 | 2.58 |
| 194 | 194 | 2015-1-10 | 58 | 52 | 63 | 48 | 68 | 31 | 87 | 1888 | 1986 | 0.48 | 0.11 | 3.3 |
| 200 | 200 | 2015-1-16 | 64 | 50 | 77 | 48 | 68 | 31 | 86 | 1888 | 1976 | 0.0 | 0.1 | 2.74 |
| 210 | 210 | 2015-1-26 | 69 | 57 | 80 | 48 | 68 | 31 | 86 | 1898 | 1987 | 0.08 | 0.1 | 5.71 |
| 252 | 252 | 2015-3-9 | 65 | 57 | 73 | 51 | 70 | 31 | 90 | 1893 | 1934 | 0.0 | 0.1 | 2.67 |
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 );