mathan_pillai
Databricks Employee
Databricks Employee

Hi @PHorniak

You can use

df_bostonLegible = df_boston.withColumnRenamed("zn", "Zoning")

please accept the answer if it works or revert back with questions

Thanks

View solution in original post