I have the below requirement
How can I achieve this using pyspark explode function
@Mohammad Murtaza Hashmi In need of your help again.
F.split(F.concat_ws(',',*(x for x in df.columns if x.startswith('daily_qty'))),',')
I am not getting how to modify the above to satisfy the below requirement.