The Grammar and Graphics of Data Science

Data science is the process of turning data into understanding and actionable insight. Two key data science tools are data manipulation and visualization.

The Grammar and Graphics of Data Science

April 14, 2016

Data science is the process of turning data into understanding and actionable insight. Two key data science tools are data manipulation and visualization. Learn how you can easily munge data with dplyr (even if it’s still in a database), and create interactive visualizations with ggvis.

dplyr: a grammar of data manipulation – Hadley Wickham

ggvis: Interactive graphics in R – Winston Chang

Download Materials