1
2
3
4
5
#

Name:

Description:

A random set of monitoring locations were taken from NOAA data that had both years of interest (1948 and 2018) as well as data for both summary metrics of interest (dx70 and dx90, which are described below). Please keep in mind that these are two annual snapshots, and a complete analysis would consider much more than two years of data and much additional information for those years.

Variables:

  • station - Station ID.
  • latitude - Latitude of the station.
  • longitude - Longitude of the station.
  • dx70_1948 - Number of days above 70 degrees in 1948.
  • dx70_2018 - Number of days above 70 degrees in 2018.
  • dx90_1948 - Number of days above 90 degrees in 1948.
  • dx90_2018 - Number of days above 90 degrees in 2018.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Retrieved on 2019-04-24. https://www.ncdc.noaa.gov/cdo-web/datasets

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Temperature_Summary_Data__Geography_Limited_1382_53.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.