U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
9 rows where record_min_temp = 45
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, actual_max_temp, average_min_temp, average_max_temp, record_max_temp, record_min_temp_year, record_max_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 86 | 86 | 2014-9-24 | 75 | 62 | 88 | 62 | 82 | 45 | 106 | 1880 | 1978 | 0.0 | 0.01 | 1.95 |
| 113 | 113 | 2014-10-21 | 71 | 64 | 78 | 58 | 78 | 45 | 100 | 1882 | 1929 | 0.0 | 0.02 | 0.53 |
| 118 | 118 | 2014-10-26 | 70 | 61 | 78 | 57 | 77 | 45 | 95 | 1897 | 1879 | 0.0 | 0.02 | 1.74 |
| 120 | 120 | 2014-10-28 | 69 | 59 | 78 | 56 | 77 | 45 | 94 | 1903 | 1931 | 0.0 | 0.03 | 0.56 |
| 318 | 318 | 2015-5-14 | 61 | 53 | 68 | 57 | 74 | 45 | 99 | 1882 | 2014 | 0.69 | 0.01 | 0.97 |
| 322 | 322 | 2015-5-18 | 66 | 60 | 71 | 57 | 75 | 45 | 99 | 1880 | 1892 | 0.0 | 0.01 | 0.26 |
| 323 | 323 | 2015-5-19 | 65 | 56 | 73 | 57 | 75 | 45 | 95 | 1893 | 1892 | 0.0 | 0.0 | 0.35 |
| 324 | 324 | 2015-5-20 | 65 | 57 | 72 | 58 | 75 | 45 | 99 | 1879 | 1942 | 0.0 | 0.01 | 0.84 |
| 328 | 328 | 2015-5-24 | 64 | 58 | 70 | 58 | 75 | 45 | 95 | 1888 | 1896 | 0.0 | 0.0 | 0.48 |
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 );