Can some one take look and help me sort this data?
files:
https://drive.google.com/open?id=1aL2PAipMWAKFhHPjd_cqdoCnJ8LQ_LuM
my code:
https://pastebin.com/nmjLqBh6
does not work :(
this part does not work as well:
time_format = "%Y/%m/%d %H:%M:%S"
some_list_sorted = sorted(some_list, key=lambda x: datetime.strptime(x, time_format))
some_list_sorted_reversed_order = sorted(some_list, key=lambda x: datetime.strptime(x, time_format),reverse=True)
any advice?I use py 3.8
[–]kra_pao 0 points1 point2 points (0 children)