I'm new to Python and I've searched around for the answer to this. I've seen similar questions but haven't been able to find exactly what I'm looking for.
I have a list of string dates in the format 'YYYY-mm-dd' that I would like to convert to a list of float dates in the format 'YYYYmmdd'. Any help here would be greatly appreciated.
Thanks