AttributeError: ‘function’ object has no attribute - Azure Databricks
Solution. You should not use DataFrame API protected keywords as column names. If you must use protected keywords, you should use bracket based column access when selecting columns from a DataFrame. Do not use dot notation when selecting columns that use protected keywords. ResultDf = df1.join (df, df1 ["summary"] == df.id, "inner").select (df ...