Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

dplyr

< >

dplyr is a dataflow grammar created in 2012 by Hadley Wickham.

#456on PLDB 12Years Old
Download source code:
git clone https://github.com/tidyverse/dplyr/
HomepageLeet SheetSource Code

dplyr is a grammar of data manipulation, providing a consistent set of verbs that help you solve the most common data manipulation challenges: mutate() adds new variables that are functions of existing variables. select() picks variables based on their names. filter() picks cases based on their values. summarise() reduces multiple values down to a single summary. arrange() changes the ordering of the rows.


View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll