Expert data wrangling with R streamline your work with tidyr, dplyr, and ggvis

"Analysts often spend 50-80% of their time preparing and transforming data sets before they begin more formal analysis work. This video tutorial shows you how to streamline your code-and your thinking-by introducing a set of principles and R packages that make this work much faster and easier....

Full description

Bibliographic Details
Main Author: Grolemund, Garrett
Format: eBook
Language:English
Published: [Place of publication not identified] O'Reilly Media 2015
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02986nmm a2200337 u 4500
001 EB001920477
003 EBX01000000000000001083379
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
050 4 |a QA276.45.R3 
100 1 |a Grolemund, Garrett 
245 0 0 |a Expert data wrangling with R  |b streamline your work with tidyr, dplyr, and ggvis  |c Garrett Grolemund 
260 |a [Place of publication not identified]  |b O'Reilly Media  |c 2015 
300 |a 1 streaming video file (3 hr., 50 min., 49 sec.)  |b digital, sound, color 
653 |a R (Computer program language) / fast / (OCoLC)fst01086207 
653 |a R (Langage de programmation) 
653 |a Data Mining 
653 |a Big data / http://id.loc.gov/authorities/subjects/sh2012003227 
653 |a Données volumineuses 
653 |a Data mining / fast / (OCoLC)fst00887946 
653 |a Data mining / http://id.loc.gov/authorities/subjects/sh97002073 
653 |a Big data / fast / (OCoLC)fst01892965 
653 |a R (Computer program language) / http://id.loc.gov/authorities/subjects/sh2002004407 
653 |a Exploration de données (Informatique) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Title from resource description page (viewed March 27, 2015) 
856 4 0 |u https://learning.oreilly.com/videos/~/9781491917046/?ar  |x Verlag  |3 Volltext 
082 0 |a 000 
520 |a "Analysts often spend 50-80% of their time preparing and transforming data sets before they begin more formal analysis work. This video tutorial shows you how to streamline your code-and your thinking-by introducing a set of principles and R packages that make this work much faster and easier. Garrett Grolemund, Data Scientist and Master Instructor at RStudio, demonstrates how R and its packages help you tackle three main issues. Data Manipulation. Data sets contain more information than they display. By transforming your data, you can reveal a wealth of descriptive statistics, group level observations, and hidden variables. R's dplyr package provides optimized functions to help you transform data, as well as a pipe syntax that makes R code more concise and intuitive. Data Tidying. Data sets come in many formats, but R prefers just one. R runs quickly and intuitively when your data is stored in the tidy format, a layout that allows vectorized programming. R's tidyr package reshapes the layout of your data sets, making them tidy while preserving the relationships they contain. Data Visualization. The structure of data visualizations parallels the structure of data sets. Once your data is tidy, visualizations become straightforward: each observation in your dataset becomes a mark on a graph, each variable becomes a visual property of the marks. The result is a grammar of graphics that lets you create thousands of graphs. R's ggvis package implements the grammar, providing a system of data visualization for R."--Resource description page