I have a list of dates in a .csv and I would like to fetch a date nearest to today's date. How do I achieve that? Issue is in the list, Sat, Sun and holidays are omitted. Can anyone please help?
I don't know how to read data from csv and get the previous date.