Skip to content

R script to aggregate data from 3 csv files and convert it to tidy format (from wide to long)

Notifications You must be signed in to change notification settings

beyond2013/DataAggregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataAggregation.R

This repo contains DataAggregation.R script written to aggregate data from 3 csv files and convert it to tidy format (from wide to long format)

Source file: "data/ACCESS1_day_RCP4.5_2006_2099.csv", "data/tasmax_day_RCP45_2006_2099.csv", and "data/tasmin_day_RCP45_2006_2099.csv" contain precipation, maximum temperature and minimum temperature data respectively in the following format 156 Columns, Columns 1 through 155 representing stations and 156 the date on which measurements were taken

1 2 3 ........ 155 Date

About

R script to aggregate data from 3 csv files and convert it to tidy format (from wide to long)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages