Skip to content

.bind_df - same column count, different columns #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
clinder opened this issue Jan 7, 2021 · 1 comment
Open

.bind_df - same column count, different columns #10

clinder opened this issue Jan 7, 2021 · 1 comment

Comments

@clinder
Copy link

clinder commented Jan 7, 2021

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.

lgnbhl pushed a commit to lgnbhl/airtabler that referenced this issue Nov 17, 2021
@lgnbhl
Copy link

lgnbhl commented Nov 17, 2021

I have made a quick fix using dplyr::bind_rows(). You can install my fix by running devtools::install_github("lgnbhl/airtabler").

The repository where I fixed this issue: https://github.com/lgnbhl/airtabler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants