79226154

Date: 2024-11-26 10:00:51
Score: 1
Natty:
Report link

df.withColumn("experience", concat( floor(months_between(col("current_date"), col("hire_date")) /12),lit("years"), floor(months_between(col("current_date"), col("hire_date")) % 12),lit("months"),

          date_diff(current_date(),col("for_date")),lit("days")
        )
        ).display()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bharath