pyspark mengonversi hasil float ke integer ganti

data_df = data_df.withColumn("Plays", data_df["Plays"].cast(IntegerType()))
Poor Puffin