Skip to content

vec_cbind() drops rows with zero column data frames #1281

Description

@DavisVaughan

I expect 1 row, 0 cols:

vctrs::vec_cbind(vctrs::new_data_frame(n = 1L), vctrs::new_data_frame(n = 1L))
#> data frame with 0 columns and 0 rows

Created on 2020-10-16 by the reprex package (v0.3.0.9001)

Comes up in tune where i make pretty heavy usage of zero col data frames

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions