Dataframe add column from another Dataframe #1029
Unanswered
benedetto73
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add (clone) a column from another Dataframe?
Something like:
let final_df = df.with_column(other_df.col("age"));
Beta Was this translation helpful? Give feedback.
All reactions