Team Info

  • Group name: The Vindicators
  • Group members: Oliver Baldwin Edwards, Julia Ruggiero, and Calvin Woods

Purpose

Our research question: How has temperature changed across the world since 1975? Our x variable will be the year, and our y variable will be average temperature. We will sort this data by continent (Africa, Asia, Americas, Europe, Oceania) as well as view how the average temperature has changed worldwide.

We got our data from Data World here.

Data

## Warning: Column `country` joining character vector and factor, coercing
## into character vector
continent dt average_temp_by_continent
Africa 1975-02-01 23.39468
Africa 1975-03-01 24.28253
Africa 1975-04-01 24.80840
Africa 1975-05-01 24.68034
Africa 1975-06-01 24.03911
Africa 1975-07-01 23.50423

EDA Visualizations

## Warning: Removed 5 rows containing non-finite values (stat_smooth).
## Warning: Removed 1 rows containing missing values (geom_path).

## Warning: Removed 1 rows containing non-finite values (stat_smooth).
## Warning: Removed 1 rows containing missing values (geom_path).