Relative Content

Tag Archive for apache-sparkpysparkdelta-lake

Delta Table with special characters in column names

I’m trying to create a delta table using the Delta Builder Python API using the below code. The dataframe df_bad contains columns with (, ,, and ) characters along with spaces in column names, hence I need to set the TBLPROPERTIES to support the same.