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 = 54
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, actual_min_temp, actual_max_temp, average_max_temp, record_max_temp, record_min_temp_year, record_max_temp_year, average_precipitation, record_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 30 | 30 | 2014-7-30 | 79 | 68 | 90 | 64 | 84 | 54 | 100 | 1894 | 1980 | 0.0 | 0.0 | 0.02 |
| 32 | 32 | 2014-8-1 | 76 | 66 | 85 | 64 | 84 | 54 | 99 | 1888 | 1959 | 0.0 | 0.0 | 0.01 |
| 38 | 38 | 2014-8-7 | 73 | 64 | 81 | 64 | 84 | 54 | 99 | 1894 | 1884 | 0.0 | 0.0 | 0.11 |
| 39 | 39 | 2014-8-8 | 74 | 65 | 82 | 64 | 84 | 54 | 100 | 1916 | 1881 | 0.0 | 0.0 | 0.02 |
| 41 | 41 | 2014-8-10 | 76 | 66 | 85 | 64 | 84 | 54 | 99 | 1897 | 1882 | 0.0 | 0.0 | 0.04 |
| 44 | 44 | 2014-8-13 | 73 | 65 | 81 | 64 | 84 | 54 | 102 | 1892 | 1994 | 0.0 | 0.0 | 0.13 |
| 45 | 45 | 2014-8-14 | 74 | 65 | 83 | 64 | 84 | 54 | 97 | 1887 | 1885 | 0.0 | 0.01 | 0.01 |
| 50 | 50 | 2014-8-19 | 76 | 69 | 82 | 64 | 85 | 54 | 106 | 1916 | 1885 | 0.0 | 0.0 | 0.14 |
| 54 | 54 | 2014-8-23 | 76 | 66 | 85 | 64 | 85 | 54 | 100 | 1905 | 1968 | 0.0 | 0.0 | 0.0 |
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 );