Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have two lazy tables, table1 and table2.

I want to do a rbind of these two tables. Please note that Table1 and Table2 are not data frames, they are of class tbl_impala/tbl_sql/tbl_lazy/tbl.

Can someone help me with the syntax?

What I have tried:

Table3 = bind_rows(Table1, Table2)

Error: Argument 1 must be a data frame or a named atomic vector, not a tbl_impala/tbl_sql/tbl_lazy/tbl
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900