U.S. Weather History: KCQT.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
3 rows where actual_max_temp = 70 and record_min_temp = 35
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, record_min_temp_year, actual_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 136 | 136 | 2014-11-13 | 63 | 55 | 70 | 53 | 74 | 35 | 96 | 1880 | 1933 | 0.0 | 0.03 | 0.99 |
| 214 | 214 | 2015-1-30 | 65 | 59 | 70 | 48 | 68 | 35 | 85 | 1880 | 1992 | 0.03 | 0.11 | 2.19 |
| 231 | 231 | 2015-2-16 | 63 | 56 | 70 | 49 | 69 | 35 | 88 | 1903 | 1896 | 0.0 | 0.15 | 3.03 |
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 );