I am working with pyspark dataframes.
I have a list of date type values:
date_list = [\'2018-01-19\', \'2018-01-20\', \'2018-01-17\']
Also