Closed
Description
I just installed the latest version of dplyr
and began getting corrupt 'group_df'
errors with code that used to work. Here's an example error message:
Error: corrupt 'grouped_df', contains 657842 rows, and 657865 rows in groups
My current workaround is to add %>% ungroup()
on the end of the code that returns the corrupt data frame, but I'd like to figure out what's causing the error so I can implement a real fix.
I'm working with data that I can't share and I haven't been able to recreate the error with fake data. I will update this post if I can manage to create a reproducible example.