1
2
3
4
5
#

Name:

Description:

The data provide the energy output for several months from two roof-top solar arrays in San Francisco. This city is known for having highly variable weather, so while these two arrays are only about 1 mile apart from each other, the Inner Sunset location tends to have more fog.

Variables:

  • location - Location for the array.

  • date - Date.

  • kwh - Number of kWh

Details

The Haight-Ashbury array is a 10.4 kWh array, while the Inner Sunset array is a 2.8 kWh array. The kWh units represents kilowatt-hours, which is the unit of energy that typically is used for electricity bills. The cost per kWh in San Francisco was about $0.25 in 2016.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

These data were provided by Larry Rosenfeld, a resident in San Francisco.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.