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

Better way to handle name collisions in joins feature a feature request or enhancement tables ๐Ÿงฎ joins and set operations
#4028 opened Dec 17, 2018 by krlmlr
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
mutate superseding transmute should allow ordering columns columns โ†”๏ธ Operations on columns: mutate(), select(), rename(), relocate() feature a feature request or enhancement
#6861 opened May 30, 2023 by epruesse
bind_rows() for database tables feature a feature request or enhancement rows โ†•๏ธ Operations on rows: filter(), slice(), arrange()
#6905 opened Aug 7, 2023 by mgirlich
Conditionally mutate selected rows columns โ†”๏ธ Operations on columns: mutate(), select(), rename(), relocate() feature a feature request or enhancement
#4050 opened Dec 21, 2018 by krlmlr
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
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
condition handling ignores locally set options bug an unexpected problem or unintended behavior
#6943 opened Oct 25, 2023 by moodymudskipper
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
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
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
Reconsider re-exports from rlang breaking change โ˜ ๏ธ API change likely to affect existing code feature a feature request or enhancement rlang ๐Ÿ”ฌ
#6802 opened Mar 21, 2023 by DavisVaughan
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
ProTip! Exclude everything labeled bug with -label:bug.