Relative Content

Tag Archive for pythondataframepysparkdatabricksdlt

Spark stream DLT Prepending columns

i have this piece of code where i am loading a file from a stream and then adding a column. how would i move the column to the front of the dataframe? i want to prepend the column, i do not want to reorder after.