i want to implement a operator that concat two dat...
# daft-dev
c
i want to implement a operator that concat two dataframes horizontally. any suggestion?
👀 2
k
Have you looked at if DataFrame.join fits your needs?