79160025

Date: 2024-11-05 17:03:39
Score: 1
Natty:
Report link

from pyspark.sql.functions import col

it'll allow you to do column operations.

df.filter(col("Age") > 30)
.show()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali BOUHLEL