Skip to content

.bind_df - same column count, different columns #10

Description

@clinder

I ran into what I suspect is a rare corner case where .bind_df as used by select_all() will fail if two of the clusters of 100 rows have the same number of columns but different actual columns. In my case, there is a field that is only used in the first 100 rows and a different column that is used only in the subsequent rows. Because the number of colons matches, normal "rbind" is used but it fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions