Skip to content

Data treatment of the air pollution dataset from Madrid Open Data. A good example on how to transform dataset structure using Reshape's Melt function.

Notifications You must be signed in to change notification settings

apprenticegirl/air-pollution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

air-pullution

The purpose of this script is to explain step by step how to transform the Air Pollution dataset from Madrid Open Data into a suitable structure to work with.

Packages

install.packages('reshape') install.packages('reshape2') install.packages('stringr') install.packages('dplyr')

Dataset

The dataset can be downloaded from this url: https://cutt.ly/hyTZZZw

About

Data treatment of the air pollution dataset from Madrid Open Data. A good example on how to transform dataset structure using Reshape's Melt function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages