How to add new columns #2333
Unanswered
OjoFemiJoseph
asked this question in
Q&A
Replies: 1 comment
-
Current only appends or overwrites can be done to add new columns, schema evolution as it's called is not possible yet in MERGE |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how do i add new column to existing delta tables
self.dt = DeltaTable('data/deltaname')
i noticed that if my dataframe has new columns, it doesnt add it. what do i need to add for new columns to be added ?
Beta Was this translation helpful? Give feedback.
All reactions