Preparing public data for analysis with R

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

In most data science applications, preparing the data is at least half the job. Finding where the data lives, figuring out how to access it, finding the right records, filtering, cleaning and transforming the data … all of this has to be done before the statistical analysis can even begin.

Fortunately, the R language has many tools for data processing, and there's a great example of those tools in action at the PremierSoccerStats blog. There you can see R code that accesses public data (climate data from the Ontario Ministry of the Environment) and performs several data processing steps to create the chart below.

Air quality
PremierSoccerStats: Processing Public Data with R

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)