79319297

Date: 2024-12-31 06:17:26
Score: 1
Natty:
Report link

The error is due to pyspark because it is not able to deal with column names with special characters. So either replace the column names from the array or use col(f"{column_name}").

https://www.mungingdata.com/pyspark/avoid-dots-periods-column-names/

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aman Sharma