pew_energy_2018 dataset

Pew Survey on Energy Sources in 2018

Pew Survey on Energy Sources in 2018

US-based survey on support for expanding six different sources of energy, including solar, wind, offshore drilling, hydrolic fracturing ("fracking"), coal, and nuclear. data

Format

The format is: List of 6 solarpanelfarms:Listofresponsesonsolarfarms.solar_panel_farms : List of responses on solar farms. wind_turbine_farms : List of responses on wind turbine farms. offshoredrilling:Listofresponsesonoffshoredrilling.offshore_drilling : List of responses on offshore drilling. hydrolic_fracturing : List of responses on hydrolic fracturing. coalmining:Listofresponsesoncoalmining.coal_mining : List of responses on coal mining. nuclear_power_plants: List of responses on nuclear.

Source

https://www.pewresearch.org/science/2018/05/14/majorities-see-government-efforts-to-protect-the-environment-as-insufficient/

pew_energy_2018

Details

We did not have access to individual responses in original dataset, so we took the published percentages and backed out the breakdown

Examples

data(pew_energy_2018) lapply(pew_energy_2018, head) lapply(pew_energy_2018, length) lapply(pew_energy_2018, table) Prop <- function(x) { table(x) / length(x) } lapply(pew_energy_2018, Prop)
  • Maintainer: Mine Çetinkaya-Rundel
  • License: GPL-3
  • Last published: 2024-05-31

About the dataset

  • Number of columns: 6
  • Class: list

Column names and types

  • solar_panel_farms:character
  • wind_turbine_farms:character
  • offshore_drilling:character
  • hydrolic_fracturing:character
  • coal_mining:character
  • nuclear_power_plants:character