U.S. Weather History: KNYC.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
5 rows where average_precipitation = "0.1"
This data as json, copyable, CSV (advanced)
Suggested facets: actual_mean_temp, average_min_temp, average_max_temp, actual_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
219 | 219 | 2015-2-4 | 34 | 24 | 43 | 28 | 40 | 0 | 68 | 1918 | 1991 | 0.0 | 0.1 | 2.1 |
224 | 224 | 2015-2-9 | 27 | 25 | 29 | 28 | 40 | -15 | 63 | 1934 | 1990 | 0.09 | 0.1 | 1.74 |
226 | 226 | 2015-2-11 | 28 | 22 | 34 | 28 | 41 | -2 | 65 | 1899 | 1960 | 0.0 | 0.1 | 2.74 |
228 | 228 | 2015-2-13 | 15 | 8 | 21 | 29 | 41 | -1 | 64 | 1914 | 1951 | 0.0 | 0.1 | 2.42 |
230 | 230 | 2015-2-15 | 15 | 4 | 25 | 29 | 42 | -8 | 73 | 1943 | 1949 | 0.0 | 0.1 | 1.73 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "us-weather-history/KNYC" ( "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 );