U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
11 rows where record_min_temp = 53
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, actual_min_temp, actual_max_temp, average_min_temp, average_max_temp, record_max_temp, record_min_temp_year, record_max_temp_year, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | 4 | 2014-7-4 | 72 | 62 | 82 | 63 | 82 | 53 | 103 | 1900 | 1907 | 0.0 | 0.0 | 0.07 |
| 18 | 18 | 2014-7-18 | 72 | 64 | 79 | 64 | 84 | 53 | 97 | 1884 | 1936 | 0.0 | 0.0 | 0.36 |
| 21 | 21 | 2014-7-21 | 74 | 66 | 81 | 64 | 84 | 53 | 96 | 1903 | 1960 | 0.0 | 0.0 | 0.0 |
| 23 | 23 | 2014-7-23 | 77 | 65 | 88 | 64 | 84 | 53 | 97 | 1903 | 1890 | 0.0 | 0.0 | 0.08 |
| 29 | 29 | 2014-7-29 | 78 | 68 | 88 | 64 | 84 | 53 | 100 | 1909 | 1995 | 0.0 | 0.0 | 0.0 |
| 40 | 40 | 2014-8-9 | 75 | 67 | 82 | 64 | 84 | 53 | 100 | 1889 | 1998 | 0.0 | 0.0 | 0.19 |
| 42 | 42 | 2014-8-11 | 75 | 65 | 85 | 64 | 84 | 53 | 98 | 1894 | 1879 | 0.0 | 0.0 | 0.02 |
| 52 | 52 | 2014-8-21 | 73 | 65 | 80 | 64 | 85 | 53 | 96 | 1899 | 1982 | 0.0 | 0.0 | 0.0 |
| 55 | 55 | 2014-8-24 | 75 | 67 | 83 | 64 | 85 | 53 | 96 | 1900 | 1931 | 0.0 | 0.0 | 0.05 |
| 57 | 57 | 2014-8-26 | 75 | 65 | 84 | 64 | 85 | 53 | 98 | 1885 | 1981 | 0.0 | 0.0 | 0.1 |
| 58 | 58 | 2014-8-27 | 79 | 66 | 91 | 64 | 85 | 53 | 103 | 1902 | 1981 | 0.0 | 0.0 | 0.96 |
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 );