You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/08 22:21:29 UTC

[GitHub] [arrow] flachboard commented on issue #12371: bind_rows functionality

flachboard commented on issue #12371:
URL: https://github.com/apache/arrow/issues/12371#issuecomment-1033121768


   See below! Thanks!
   
   df1 <- open_dataset(df1_path)
   df2 <- open_dataset(df2_path)
   
   df1 %>%
     select(var1, var2) %>%
     bind_rows(
       df2 %>%
         select(var1, var2)
     )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org