You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
join updates overlapping column names, but does not update corresponding group column names in attribute vars. This becomes an issue when a group column is not used in the join. The resulting data frame causes errors in mutate.
…2334)
* Fix subset_join to update group column names in attribute
vars when they are duplicate column names.
* Add tests for appropriate group columns after join.
* Add test for group indices on expanding join with grouped
data frame.
* Fix build_index_cpp to report correct missing group
column name. Currently when a group column name does not
exist in the data frame, it reports a name from the
names vector (all columns) instead of the vars vector
(group columns).
* Add test for error message on non-existent group columns.
lockbot
locked as resolved and limited conversation to collaborators
Jun 8, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
join
updates overlapping column names, but does not update corresponding group column names in attributevars
. This becomes an issue when a group column is not used in the join. The resulting data frame causes errors inmutate
.Output:
I have a fix and will submit a pull request.
The text was updated successfully, but these errors were encountered: