79354216

Date: 2025-01-14 07:23:15
Score: 0.5
Natty:
Report link
df = spark.createDataFrame([([31, 32, 33, 34, 35, 36, 37, 38, 39, 30, 31, 32],)], schema=['random_id_cesu8'])
df.withColumn('joined', F.array_join('random_id_cesu8', '').cast('float')).show()

Be careful with the data type because the range of long is not sufficient.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: techtech