Skip to content

corrupt 'group_df'` error with dplyr 0.4.3 #1385

Closed
@eipi10

Description

@eipi10

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.

Metadata

Metadata

Assignees

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions