josruiz22
New Contributor III

Hi,

Try converting the None of the output line this :

output = output.withColumn('Indicator_Latest_Value_Date', F.lit(None).cast("String"))

View solution in original post