Last value in a partition, order by a timestamp column PySpark
I need to create a “last_value” which contains the last “value” partitioning by an “id” and ordering by a “created_date”.
I need to create a “last_value” which contains the last “value” partitioning by an “id” and ordering by a “created_date”.