Problems with extending DataFrame-object with custom method in DBR 14.0
I noticed that extending the DataFrame object with a custom method does not work in DBR 14.0 This works fine in when using DBR 13.3. The below code throws a "TypeError: 'Column' object is not callable". from pyspark.sql.functions import col,lit from...
- 1675 Views
- 0 replies
- 1 kudos