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

dplyr

< >

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

#462on PLDB 12Years Old
Download source code:
git clone https://github.com/tidyverse/dplyr/
Homepage · Leet Sheet · Source 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.


- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0