filter pyspark bukan nol
df.where(col("dt_mvmt").isNull())
df.where(col("dt_mvmt").isNotNull())
Hurt Heron
df.where(col("dt_mvmt").isNull())
df.where(col("dt_mvmt").isNotNull())