How to merge (upsert) in Python? #1355
Answered
by
wjones127
hongbo-miao
asked this question in
Q&A
-
I have dataframe with a a few columns Currently below code will keep appending if I run same code on same dataframe. write_deltalake("s3a://my-bucket/my-delta-tables/motor", df, mode="append") Is there a way to merge (upsert)? Thanks! 😃 |
Beta Was this translation helpful? Give feedback.
Answered by
wjones127
May 10, 2023
Replies: 1 comment 3 replies
-
That's not something we've implemented yet, but we are working our way towards that. We are actively looking at Delete, and then later update. I suspect after we will start on merge. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not something we've implemented yet, but we are working our way towards that. We are actively looking at Delete, and then later update. I suspect after we will start on merge.