Skip to content

Issues: tidyverse/dplyr

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Add argument na_matches = c("na", "never") to rows_*() functions feature a feature request or enhancement tables 🧮 joins and set operations
#6022 opened Sep 17, 2021 by mgirlich updated Apr 16, 2022
dplyr::group_by_prepare() does not work with lazy tables and across() bug an unexpected problem or unintended behavior grouping 👨‍👩‍👧‍👦
#6170 opened Feb 1, 2022 by mgirlich updated Aug 1, 2022
Add merge indicator after a join feature a feature request or enhancement tables 🧮 joins and set operations
#6435 opened Aug 30, 2022 by nmarantz updated Aug 30, 2022
Should joins have .before and .after arguments? feature a feature request or enhancement tables 🧮 joins and set operations
#6446 opened Sep 1, 2022 by hadley updated Sep 1, 2022
Alternative summarise() groupings feature a feature request or enhancement grouping 👨‍👩‍👧‍👦
#6532 opened Nov 8, 2022 by DavisVaughan updated Nov 18, 2022
Make Joining with message clickable to copy-to-clipboard feature a feature request or enhancement tables 🧮 joins and set operations
#6580 opened Nov 30, 2022 by donboyd5 updated Dec 10, 2022
Move database generics to dbplyr feature a feature request or enhancement
#4663 opened Dec 13, 2019 by hadley updated Jan 17, 2023
nest_join() upgrades feature a feature request or enhancement tables 🧮 joins and set operations
#6497 opened Oct 11, 2022 by DavisVaughan updated Jan 23, 2023
Remove lazy eval fallbacks (>= Sept 2023) breaking change ☠️ API change likely to affect existing code feature a feature request or enhancement lifecycle 🦋
#5573 opened Oct 26, 2020 by hadley updated Jan 26, 2023
slice() and slice_head/tail/min/max() should act like a filter() not a reframe() bug an unexpected problem or unintended behavior rows ↕️ Operations on rows: filter(), slice(), arrange()
#6662 opened Jan 26, 2023 by DavisVaughan updated Jan 26, 2023
Add dplyr_sticky_cols() or similar columns ↔️ Operations on columns: mutate(), select(), rename(), relocate() feature a feature request or enhancement
#5290 opened Jun 1, 2020 by hadley updated Feb 27, 2023
filter(.missing = ) option to optionally retain missing values feature a feature request or enhancement rows ↕️ Operations on rows: filter(), slice(), arrange()
#6560 opened Nov 23, 2022 by DavisVaughan updated Apr 29, 2023
Unexpected interaction between rowwise and group_modify bug an unexpected problem or unintended behavior grouping 👨‍👩‍👧‍👦
#6870 opened Jun 24, 2023 by banbh updated Jul 17, 2023
When .unpack = TRUE, .names should delay its column name uniqueness check columns ↔️ Operations on columns: mutate(), select(), rename(), relocate() feature a feature request or enhancement
#6934 opened Oct 2, 2023 by DavisVaughan updated Oct 2, 2023
Improve documentation for rows_insert() vs rows_append() documentation rows ↕️ Operations on rows: filter(), slice(), arrange()
#6864 opened Jun 6, 2023 by mgirlich updated Oct 19, 2023
bind_rows() on a list of data.tables creates corrupt output bug an unexpected problem or unintended behavior
#6676 opened Feb 1, 2023 by emilBeBri updated Nov 3, 2023
Can we improve on this across() error? feature a feature request or enhancement
#6712 opened Feb 10, 2023 by DavisVaughan updated Nov 3, 2023
ungroup() drops data frame attributes feature a feature request or enhancement verbs 🏃‍♀️
#6774 opened Mar 4, 2023 by mkoohafkan updated Nov 3, 2023
slice_max() is quite slow for a big number of groups performance 🚀 rows ↕️ Operations on rows: filter(), slice(), arrange()
#6783 opened Mar 8, 2023 by mgirlich updated Nov 3, 2023
filter(across()) warning isn't always triggered bug an unexpected problem or unintended behavior rows ↕️ Operations on rows: filter(), slice(), arrange()
#6795 opened Mar 20, 2023 by mine-cetinkaya-rundel updated Nov 3, 2023
count() and add_count() could be much faster performance 🚀
#6806 opened Mar 23, 2023 by DavisVaughan updated Nov 3, 2023
Consider allowing .env$ in join_by() feature a feature request or enhancement tables 🧮 joins and set operations
#6822 opened Apr 13, 2023 by DavisVaughan updated Nov 3, 2023
case_when() needs to throw a better error when conditions are matrices bug an unexpected problem or unintended behavior
#6862 opened May 30, 2023 by DarwinAwardWinner updated Nov 3, 2023
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.