Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Juan Natera - Highlights of useR conference - LA R meetup - Sep 2014
Data Science LA
September 06, 2014
1
2.9k
Juan Natera - Highlights of useR conference - LA R meetup - Sep 2014
Data Science LA
September 06, 2014
Tweet
Share
More Decks by Data Science LA
See All by Data Science LA
Opening the Black Box: Attempts to Understand the Results of Machine Learning Models - Michael Tiernay - LA Data Science Meetup - May 2017
datasciencela
2
1.4k
Scott Le Grand - DSSTNE - LA Data Science Meetup - Oct 2016
datasciencela
1
250
Tianqi Chen - XGBoost: Implementation Details - LA Workshop Talk
datasciencela
4
26k
Tianqi Chen - XGBoost: Overview and Latest News - LA Meetup Talk
datasciencela
9
730k
Erin LeDell - Intro to H2O Machine Learning in Python - Python Data Science LA Meetup - Jan 2016
datasciencela
1
130
Jeong-Yoon Lee - Winning Data Science Competitions - Data Science Meetup - Oct 2015
datasciencela
8
9.9k
Ulas Bardak, Maarten Bosma, Rohan Monga - Data Science @Whisper - LA Data Science Meetup - March 2015
datasciencela
5
1.6k
Eduardo Arino de la Rubia - Big Data is not Hadoop - LA DW/BI/Analytics Meetup - Febr 2015
datasciencela
3
880
Eric Klusman - The BI software market - LA DW/BI/Analytics Meetup - Febr 2015
datasciencela
2
920
Featured
See All Featured
Pencils Down: Stop Designing & Start Developing
hursman
112
9.8k
How GitHub (no longer) Works
holman
296
140k
Infographics Made Easy
chrislema
233
17k
Building Better People: How to give real-time feedback that sticks.
wjessup
344
17k
Principles of Awesome APIs and How to Build Them.
keavy
113
15k
4 Signs Your Business is Dying
shpigford
169
20k
Reflections from 52 weeks, 52 projects
jeffersonlam
337
17k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
37
3.2k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
Side Projects
sachag
450
37k
Writing Fast Ruby
sferik
612
57k
Ruby is Unlike a Banana
tanoku
91
9.2k
Transcript
A short introduction to dplyr Juan Natera Los Angeles R
Meetup 09/04/2014
A bit about me • Software Engineer • Interested in
R and its use for gaining insights about data • Open Source enthusiast • Baseball fanatic
About dplyr • Developed by Hadley Wickham, Chief Scientist @
Rstudio. • Part of a suite of packages meant to facilitate working on the “data pipeline”.
Why? • People spend a lot of time getting data
ready for analysis • Almost no learning curve (just need to learn 5 verbs) • Improves readability • It's FAST
The data pipeline Tidy Transform Model Visualize
The 5 verbs • flter: remove rows • select: choose
columns • arrange: reorder rows • mutate: change data • summarize: guess...
No learning curve, how? • First parameter is always a
data.frame • Other parameters describe what you want to do with it. • Always returns a new data.frame
It's Fast
Let's see some code!
A great book I picked up at useR 2014
Questions or Comments? naterajj@gmail.com