Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Juan Natera - Highlights of useR conference - L...
Search
Data Science LA
September 06, 2014
1
3.2k
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.6k
Scott Le Grand - DSSTNE - LA Data Science Meetup - Oct 2016
datasciencela
1
400
Tianqi Chen - XGBoost: Implementation Details - LA Workshop Talk
datasciencela
4
28k
Tianqi Chen - XGBoost: Overview and Latest News - LA Meetup Talk
datasciencela
9
790k
Erin LeDell - Intro to H2O Machine Learning in Python - Python Data Science LA Meetup - Jan 2016
datasciencela
1
200
Jeong-Yoon Lee - Winning Data Science Competitions - Data Science Meetup - Oct 2015
datasciencela
8
11k
Ulas Bardak, Maarten Bosma, Rohan Monga - Data Science @Whisper - LA Data Science Meetup - March 2015
datasciencela
5
1.7k
Eduardo Arino de la Rubia - Big Data is not Hadoop - LA DW/BI/Analytics Meetup - Febr 2015
datasciencela
3
990
Eric Klusman - The BI software market - LA DW/BI/Analytics Meetup - Febr 2015
datasciencela
2
1k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
96
6.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Building Adaptive Systems
keathley
43
2.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Designing for humans not robots
tammielis
253
25k
Agile that works and the tools we love
rasmusluckow
330
21k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Practical Orchestrator
shlominoach
190
11k
Why Our Code Smells
bkeepers
PRO
339
57k
Done Done
chrislema
185
16k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
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?
[email protected]